Skip to content

Commit 8d74705

Browse files
committed
Auto merge of rust-lang#16904 - lnicola:bump-rust-cache, r=lnicola
internal: Bump rust-cache action Fixes a Node 16 deprecation warning and also pulls in Swatinem/rust-cache#147, which sounds interesting.
2 parents dc2e0b3 + 7918339 commit 8d74705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "::add-matcher::.github/rust.json"
7272

7373
- name: Cache Dependencies
74-
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
74+
uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
7575
with:
7676
key: ${{ env.RUST_CHANNEL }}
7777

@@ -140,7 +140,7 @@ jobs:
140140
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
141141
142142
- name: Cache Dependencies
143-
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
143+
uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
144144

145145
- name: Check
146146
run: |

0 commit comments

Comments
 (0)