File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout sources
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Install stable toolchain
2020 uses : actions-rs/toolchain@v1
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout sources
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838
3939 - name : Install stable toolchain
4040 uses : actions-rs/toolchain@v1
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout sources
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858
5959 - name : Install stable toolchain
6060 uses : actions-rs/toolchain@v1
@@ -80,15 +80,15 @@ jobs:
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v6
8484 - name : Check semver
8585 uses : obi1kenobi/cargo-semver-checks-action@v2
8686
8787 msvr :
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v6
9292 - uses : taiki-e/install-action@v2
9393 with :
9494 tool : cargo-binstall
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - name : Install Rust toolchain
4141 contents : write
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747 - name : Install Rust toolchain
9191 contents : write
9292 steps :
9393 - name : Checkout repository
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v6
9595 with :
9696 fetch-depth : 0
9797 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments