File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 name : Check for unused dependencies
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : taiki-e/install-action@v2
1414 with :
1515 tool : just
Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-24.04
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : taiki-e/install-action@v2
1111 with :
1212 tool : just
2323 lint :
2424 runs-on : ubuntu-24.04
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : taiki-e/install-action@v2
2828 with :
2929 tool : just
4646 msrv-check :
4747 runs-on : ubuntu-24.04
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : taiki-e/install-action@v2
5151 with :
5252 tool : just, cargo-binstall
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - uses : taiki-e/install-action@v2
You can’t perform that action at this time.
0 commit comments