Skip to content

Commit 51e67a8

Browse files
chore(deps): update swatinem/rust-cache digest to e18b497 (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29879c6 commit 51e67a8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/crates-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
3636

3737
# Cache Cargo dependencies
38-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
38+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
3939

4040
- name: Format check
4141
run: cargo fmt --check

.github/workflows/differ-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: corepack enable pnpm
4343

4444
# Cache Cargo dependencies
45-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
45+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
4646
with:
4747
workspaces: apps/differ/src-tauri
4848

.github/workflows/penpal-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
3636

3737
# Cache Cargo dependencies
38-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
38+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
3939
with:
4040
workspaces: apps/penpal/frontend/src-tauri
4141

.github/workflows/penpal-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
5151

5252
# Cache Cargo dependencies
53-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
53+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
5454
with:
5555
workspaces: apps/penpal/frontend/src-tauri
5656
key: ${{ matrix.target }}

.github/workflows/staged-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: corepack enable pnpm
4343

4444
# Cache Cargo dependencies
45-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
45+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
4646
with:
4747
workspaces: apps/staged/src-tauri
4848

0 commit comments

Comments
 (0)