Skip to content

Commit 1c8cbc7

Browse files
[CI] Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#1904)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@23bce25...82a92a6) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c128ed2 commit 1c8cbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)