Skip to content

Commit 8fcd3f1

Browse files
Merge pull request #11433 from rust-lang/renovate/swatinem-rust-cache-2.x
Update Swatinem/rust-cache action to v2.8.0
1 parent 34677b5 commit 8fcd3f1

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
@@ -118,7 +118,7 @@ jobs:
118118
- run: rustup component add rustfmt
119119
- run: rustup component add clippy
120120

121-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
121+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
122122
with:
123123
save-if: ${{ github.ref == 'refs/heads/main' }}
124124

@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
persist-credentials: false
139139

140-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
140+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
141141
with:
142142
save-if: ${{ github.ref == 'refs/heads/main' }}
143143

@@ -167,7 +167,7 @@ jobs:
167167
# Remove the Android SDK to free up space
168168
- run: sudo rm -rf /usr/local/lib/android
169169

170-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
170+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
171171
with:
172172
save-if: ${{ github.ref == 'refs/heads/main' }}
173173

.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@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
24+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
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)