File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Install Rust stable
2828 uses : dtolnay/rust-toolchain@stable
2929 with :
3939 checks : write
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 - name : Install Rust stable
4444 uses : dtolnay/rust-toolchain@stable
4545 with :
5555 name : doc
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - name : Install Rust nightly
6060 uses : dtolnay/rust-toolchain@nightly
6161 - name : Run cargo doc
7676 # if: runner.os == 'Windows'
7777 # - run: vcpkg install openssl:x64-windows-static-md
7878 # if: runner.os == 'Windows'
79- - uses : actions/checkout@v5
79+ - uses : actions/checkout@v6
8080 - name : Install Rust
8181 uses : dtolnay/rust-toolchain@stable
8282 # enable this ci template to run regardless of whether the lockfile is checked in or not
9292 runs-on : ubuntu-latest
9393 steps :
9494 - name : Checkout
95- uses : actions/checkout@v5
95+ uses : actions/checkout@v6
9696 - name : smver-checks
9797 uses : obi1kenobi/cargo-semver-checks-action@v2
9898 with :
You can’t perform that action at this time.
0 commit comments