diff options
| author | bors <bors@rust-lang.org> | 2024-03-21 06:42:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-21 06:42:21 +0000 |
| commit | 8d74705b4300620070dc5cbcf26b0238382ceb72 (patch) | |
| tree | fa36814340e03c268891bbca6a7563175b2fafdd | |
| parent | dc2e0b35cc171543b4f330d44576e1bfe8481067 (diff) | |
| parent | 79183394aaac0855a1b5057c756c3ec2583e600f (diff) | |
| download | rust-8d74705b4300620070dc5cbcf26b0238382ceb72.tar.gz rust-8d74705b4300620070dc5cbcf26b0238382ceb72.zip | |
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.
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d8946520d5..08ad10c2971 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: | |
