Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #16904 - lnicola:bump-rust-cache, r=lnicola
internal: Bump rust-cache action Fixes a Node 16 deprecation warning and also pulls in https://github.com/Swatinem/rust-cache/pull/147, which sounds interesting.
bors 2024-03-21
parent dc2e0b3 · parent 7918339 · commit 8d74705
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2d8946520d..08ad10c297 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
run: echo "::add-matcher::.github/rust.json"
- name: Cache Dependencies
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
+ uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
with:
key: ${{ env.RUST_CHANNEL }}
@@ -140,7 +140,7 @@ jobs:
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
- name: Cache Dependencies
- uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
+ uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
- name: Check
run: |