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.
This commit is contained in:
commit
8d74705b43
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
run: echo "::add-matcher::.github/rust.json"
|
run: echo "::add-matcher::.github/rust.json"
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
|
uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
|
||||||
with:
|
with:
|
||||||
key: ${{ env.RUST_CHANNEL }}
|
key: ${{ env.RUST_CHANNEL }}
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ jobs:
|
|||||||
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
|
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
|
uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user