Skip to content

Commit 49817db

Browse files
[CI] Bump Swatinem/rust-cache from 2.7.3 to 2.8.1 (#2819)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.8.1. - [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...f13886b) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fd99e4 commit 49817db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
components: clippy, rust-src ${{ matrix.toolchain == 'nightly' && ', miri' || '' }}
337337

338338
- name: Rust Cache
339-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
339+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
340340
with:
341341
key: "${{ matrix.target }}"
342342

@@ -689,7 +689,7 @@ jobs:
689689
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
690690
echo "ZC_TOOLCHAIN=$ZC_TOOLCHAIN" >> $GITHUB_ENV
691691
- name: Rust Cache
692-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
692+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
693693
with:
694694
key: aarch64_be-unknown-linux-gnu
695695
- name: Install stable Rust for use in 'cargo.sh'
@@ -721,7 +721,7 @@ jobs:
721721
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
722722
echo "ZC_TOOLCHAIN=$ZC_TOOLCHAIN" >> $GITHUB_ENV
723723
- name: Rust Cache
724-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
724+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
725725
with:
726726
key: avr-none
727727
- name: Install stable Rust for use in 'cargo.sh'

0 commit comments

Comments
 (0)