Skip to content

Commit 4628374

Browse files
[CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@f13886b...779680d) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 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 5226dee commit 4628374

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@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
339+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
340340
with:
341341
key: "${{ matrix.target }}"
342342

@@ -672,7 +672,7 @@ jobs:
672672
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
673673
echo "ZC_TOOLCHAIN=$ZC_TOOLCHAIN" >> $GITHUB_ENV
674674
- name: Rust Cache
675-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
675+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
676676
with:
677677
key: aarch64_be-unknown-linux-gnu
678678
- name: Install stable Rust for use in 'cargo.sh'
@@ -704,7 +704,7 @@ jobs:
704704
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
705705
echo "ZC_TOOLCHAIN=$ZC_TOOLCHAIN" >> $GITHUB_ENV
706706
- name: Rust Cache
707-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
707+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
708708
with:
709709
key: avr-none
710710
- name: Install stable Rust for use in 'cargo.sh'

0 commit comments

Comments
 (0)