Skip to content

Commit

Permalink
Auto merge of #13414 - lnicola:bump-cache, r=lnicola
Browse files Browse the repository at this point in the history
minor: Bump `Swatinem/rust-cache` to move off Node 12
  • Loading branch information
bors committed Oct 14, 2022
2 parents 44fbe52 + d2d1c1e commit af987da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit af987da

Please sign in to comment.