Skip to content

Commit 70c5986

Browse files
chore(deps): bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#11767)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 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@98c8021...f13886b) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 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 c6f3651 commit 70c5986

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
toolchain: stable
4949

5050
- name: Cache Rust dependencies
51-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
51+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
5252
with:
5353
workspaces: |
5454
./

.github/workflows/nextest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
~/.foundry/cache
9696
~/.config/.foundry/cache
9797
key: rpc-cache-${{ hashFiles('crates/forge/tests/rpc-cache-keyfile') }}
98-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
98+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
9999
with:
100100
cache-on-failure: true
101101
- name: Setup Git config

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3838
with:
3939
toolchain: nightly
40-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
40+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
4141
with:
4242
cache-on-failure: true
4343
- name: Build documentation
@@ -79,7 +79,7 @@ jobs:
7979
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
8080
with:
8181
toolchain: stable
82-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
82+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
8383
with:
8484
cache-on-failure: true
8585
- run: cargo test --workspace --doc
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
toolchain: nightly
110110
components: clippy
111-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
111+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
112112
with:
113113
cache-on-failure: true
114114
- run: cargo clippy --workspace --all-targets --all-features
@@ -142,7 +142,7 @@ jobs:
142142
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
143143
with:
144144
toolchain: stable
145-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
145+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
146146
with:
147147
cache-on-failure: true
148148
- name: forge fmt
@@ -164,7 +164,7 @@ jobs:
164164
- uses: taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2
165165
with:
166166
tool: cargo-hack
167-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
167+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
168168
with:
169169
cache-on-failure: true
170170
- run: cargo hack check

0 commit comments

Comments
 (0)