@@ -16,15 +16,15 @@ jobs:
1616 name : Check, fmt, clippy, test
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Install stable toolchain
2222 uses : dtolnay/rust-toolchain@stable
2323 with :
2424 components : rustfmt, clippy
2525
2626 - name : Cache cargo registry
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : |
3030 ~/.cargo/registry
4949 name : Build no_std (alloc only)
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353
5454 - name : Install stable toolchain
5555 uses : dtolnay/rust-toolchain@stable
6767 name : Minimum supported Rust version
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v6
7171
7272 - name : Install Rust 1.85 (MSRV)
7373 uses : dtolnay/rust-toolchain@1.85.0
7979 name : Semver compatibility
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v6
8383
8484 - name : Check semver
8585 uses : obi1kenobi/cargo-semver-checks-action@v2
9292 runs-on : ubuntu-latest
9393 if : startsWith(github.ref, 'refs/tags/v')
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v6
9696
9797 - name : Install stable toolchain
9898 uses : dtolnay/rust-toolchain@stable
0 commit comments