Skip to content

Commit

Permalink
Bump Swatinem/rust-cache to move off Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 14, 2022
1 parent d08f1c3 commit d2d1c1e
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: Compile
run: cargo test --no-run --locked
Expand Down Expand Up @@ -73,7 +73,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 d2d1c1e

Please sign in to comment.