Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2023
1 parent f688947 commit 850bb9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-WASM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
with:
command: generate-lockfile
- name: Cache cargo registry
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cargo/registry
key: x86_64-unknown-linux-gnu-node@16-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo index
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cargo/git
key: x86_64-unknown-linux-gnu-node@16-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
check-latest: true
cache: yarn
- name: Cache NPM dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: node_modules
key: npm-cache-ubuntu-latest-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 850bb9b

Please sign in to comment.