Skip to content

Commit c5bd49c

Browse files
Update Swatinem/rust-cache action to v2.9.1
1 parent a44955d commit c5bd49c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_crypto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name github-actions
4141
git config user.email github-actions@github.com
4242
43-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
43+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4444
with:
4545
save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'main' }}
4646
cache-on-failure: true

.github/workflows/release_sdk_parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config user.name github-actions
4343
git config user.email github-actions@github.com
4444
45-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
45+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4646
with:
4747
save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'main' }}
4848
cache-on-failure: true

0 commit comments

Comments
 (0)