2525 - uses : dtolnay/rust-toolchain@master
2626 with :
2727 toolchain : 1.94.0
28- - uses : actions/cache@v5
28+ - uses : actions/cache@v6
2929 with :
3030 path : |
3131 ~/.cargo/bin/
4949
5050 - name : Install cargo-udeps
5151 uses : taiki-e/install-action@cargo-udeps
52- - uses : actions/cache@v5
52+ - uses : actions/cache@v6
5353 with :
5454 path : |
5555 ~/.cargo/bin/
7171 - name : Get MSRV from package metadata
7272 id : msrv
7373 run : grep rust-version Cargo.toml | cut -d'"' -f2 | sed 's/^/version=/' >> $GITHUB_OUTPUT
74- - uses : actions/cache@v5
74+ - uses : actions/cache@v6
7575 with :
7676 path : |
7777 ~/.cargo/bin/
9999 - name : Install cargo-hack
100100 run : cargo install cargo-hack
101101
102- - uses : actions/cache@v5
102+ - uses : actions/cache@v6
103103 with :
104104 path : |
105105 ~/.cargo/bin/
@@ -125,7 +125,7 @@ jobs:
125125 - uses : dtolnay/rust-toolchain@master
126126 with :
127127 toolchain : 1.94.0
128- - uses : actions/cache@v5
128+ - uses : actions/cache@v6
129129 with :
130130 path : |
131131 ~/.cargo/bin/
@@ -151,7 +151,7 @@ jobs:
151151 with :
152152 toolchain : 1.94.0
153153 components : clippy
154- - uses : actions/cache@v5
154+ - uses : actions/cache@v6
155155 with :
156156 path : |
157157 ~/.cargo/bin/
@@ -192,7 +192,7 @@ jobs:
192192 with :
193193 node-version : 22
194194
195- - uses : actions/cache@v5
195+ - uses : actions/cache@v6
196196 with :
197197 path : |
198198 ~/.cargo/bin/
@@ -228,7 +228,7 @@ jobs:
228228 - uses : actions/setup-node@v6
229229 with :
230230 node-version : 22
231- - uses : actions/cache@v5
231+ - uses : actions/cache@v6
232232 with :
233233 path : |
234234 ~/.cargo/bin/
@@ -260,7 +260,7 @@ jobs:
260260 - uses : dtolnay/rust-toolchain@master
261261 with :
262262 toolchain : 1.94.0
263- - uses : actions/cache@v5
263+ - uses : actions/cache@v6
264264 with :
265265 path : |
266266 ~/.cargo/bin/
0 commit comments