Skip to content

Commit

Permalink
chore: update cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeMasen committed Nov 24, 2022
1 parent 367faac commit fbdf965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Check syntax
run: cargo fmt --all -- --check
- name: Cache node_modules
uses: actions/cache@v1.0.3
uses: actions/cache@v3
with:
path: ./node_modules
key: ${{ runner.os }}.node_modules
- name: before cargo cache
run: rm -rf ~/.cargo/registry
- name: Cache cargo directory
uses: actions/cache@v1.0.3
uses: actions/cache@v3
with:
key: ${{ runner.os }}.cargo
path: ~/.cargo

0 comments on commit fbdf965

Please sign in to comment.