Skip to content

Commit d353e09

Browse files
Update Swatinem/rust-cache action to v2.8.2 (#12400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c6f5b0 commit d353e09

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
@@ -122,7 +122,7 @@ jobs:
122122
- run: rustup component add rustfmt
123123
- run: rustup component add clippy
124124

125-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
125+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
126126
with:
127127
save-if: ${{ github.ref == 'refs/heads/main' }}
128128

@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
persist-credentials: false
143143

144-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
144+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
145145
with:
146146
save-if: ${{ github.ref == 'refs/heads/main' }}
147147

@@ -192,7 +192,7 @@ jobs:
192192
wget -q "https://github.com/mozilla/Fira/archive/4.202.zip"
193193
unzip -q "4.202.zip"
194194
195-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
195+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
196196
with:
197197
save-if: ${{ github.ref == 'refs/heads/main' }}
198198

.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@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
24+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
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)