diff options
| author | bors <bors@rust-lang.org> | 2022-10-14 14:32:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-14 14:32:00 +0000 |
| commit | af987dafcbfcc1beefd8694f80b15ccd06a533df (patch) | |
| tree | 198d28b36b62016d1a58a10367517bfbbf3918ed | |
| parent | 44fbe522e359d1958ee1eab6623d132702585c60 (diff) | |
| parent | d2d1c1e3ca8a3e65b1d03ca72ed8a9d93fab4564 (diff) | |
| download | rust-af987dafcbfcc1beefd8694f80b15ccd06a533df.tar.gz rust-af987dafcbfcc1beefd8694f80b15ccd06a533df.zip | |
Auto merge of #13414 - lnicola:bump-cache, r=lnicola
minor: Bump `Swatinem/rust-cache` to move off Node 12
| -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 7eda61848b7..9f5d02cd6b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: rustup component add rustfmt rust-src - name: Cache Dependencies - uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72 + uses: Swatinem/rust-cache@76686c56f2b581d1bb5bda44b51f7e24bd9b8b8e - name: Bump opt-level if: matrix.os == 'ubuntu-latest' @@ -90,7 +90,7 @@ jobs: rustup target add ${{ env.targets }} ${{ env.targets_ide }} - name: Cache Dependencies - uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72 + uses: Swatinem/rust-cache@76686c56f2b581d1bb5bda44b51f7e24bd9b8b8e - name: Check run: | |
