Skip to content

Commit ecf5ed7

Browse files
chore(deps): bump Swatinem/rust-cache from 2.8.2 to 2.9.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.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@779680d...c193711) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ef0a0e commit ecf5ed7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3939
with:
4040
toolchain: stable
41-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
41+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
4242
# Only run tests on latest stable and above
4343
- name: build
4444
if: ${{ matrix.rust == '1.76' }} # MSRV
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
toolchain: stable
6363
targets: wasm32-unknown-unknown
64-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
64+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6565
with:
6666
cache-on-failure: true
6767
- name: check
@@ -82,7 +82,7 @@ jobs:
8282
- uses: taiki-e/install-action@cbb1dcaa26e1459e2876c39f61c1e22a1258aac5 # v2
8383
with:
8484
tool: cargo-hack
85-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
85+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
8686
with:
8787
cache-on-failure: true
8888
- name: cargo hack
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
toolchain: nightly
103103
components: clippy
104-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
104+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
105105
with:
106106
cache-on-failure: true
107107
- run: cargo clippy --workspace --all-targets --all-features
@@ -120,7 +120,7 @@ jobs:
120120
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
121121
with:
122122
toolchain: nightly
123-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
123+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
124124
with:
125125
cache-on-failure: true
126126
- run: cargo doc --workspace --all-features --no-deps --document-private-items

0 commit comments

Comments
 (0)