Skip to content

Commit f0f7320

Browse files
Bump Swatinem/rust-cache from 2.8.0 to 2.8.1
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@v2.8.0...v2.8.1) --- 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]>
1 parent 0e3dbba commit f0f7320

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
persist-credentials: false
150150
- name: Rust Cache
151-
uses: Swatinem/[email protected].0
151+
uses: Swatinem/[email protected].1
152152
with:
153153
shared-key: unix-rust-testing-v2
154154
- run: |
@@ -207,7 +207,7 @@ jobs:
207207
with:
208208
persist-credentials: false
209209
- name: Rust Cache
210-
uses: Swatinem/[email protected].0
210+
uses: Swatinem/[email protected].1
211211
with:
212212
shared-key: windows-rust-testing
213213
- name: 'cargo check'

.github/workflows/test-e2e-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737
ref: ${{ github.event.inputs.sha }}
3838
- name: Rust Cache
39-
uses: Swatinem/[email protected].0
39+
uses: Swatinem/[email protected].1
4040
with:
4141
shared-key: unix-rust-testing-v2
4242
- run: |

0 commit comments

Comments
 (0)