Skip to content

Commit 30390bb

Browse files
Update GitHub Action Swatinem/rust-cache to v2.7.8 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03c8ff4 commit 30390bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
working-directory: ${{ matrix.directory }}
7575

7676
- name: Cache Rust dependencies
77-
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
77+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7878
with:
7979
workspaces: ${{ matrix.directory }}
8080
save-if: ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
@@ -158,7 +158,7 @@ jobs:
158158
working-directory: ${{ matrix.directory }}
159159

160160
- name: Cache Rust dependencies
161-
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
161+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
162162
with:
163163
workspaces: ${{ matrix.directory }}
164164
key: ${{ matrix.profile }}

0 commit comments

Comments
 (0)