Skip to content

Commit 3d0a683

Browse files
Update Swatinem/rust-cache action to v2.8.1 (#11933)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 584e41a commit 3d0a683

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- run: rustup component add rustfmt
121121
- run: rustup component add clippy
122122

123-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
123+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
124124
with:
125125
save-if: ${{ github.ref == 'refs/heads/main' }}
126126

@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
persist-credentials: false
141141

142-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
142+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
143143
with:
144144
save-if: ${{ github.ref == 'refs/heads/main' }}
145145

@@ -190,7 +190,7 @@ jobs:
190190
wget -q "https://github.com/mozilla/Fira/archive/4.202.zip"
191191
unzip -q "4.202.zip"
192192
193-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
193+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
194194
with:
195195
save-if: ${{ github.ref == 'refs/heads/main' }}
196196

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
24+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2525
- run: cargo build --package crates_io_smoke_test
2626
- run: cargo run --package crates_io_smoke_test --quiet
2727
env:

0 commit comments

Comments
 (0)