File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 components : clippy, rust-src ${{ matrix.toolchain == 'nightly' && ', miri' || '' }}
254254
255255 - name : Rust Cache
256- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
256+ uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
257257 with :
258258 key : " ${{ matrix.target }}"
259259
@@ -526,7 +526,7 @@ jobs:
526526 echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
527527 echo "ZC_TOOLCHAIN=$ZC_TOOLCHAIN" >> $GITHUB_ENV
528528 - name : Rust Cache
529- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
529+ uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
530530 with :
531531 key : aarch64_be-unknown-linux-gnu
532532 - name : Install stable Rust for use in 'cargo.sh'
You can’t perform that action at this time.
0 commit comments