Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 0f9d0e0 commit 91fb58c
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/cache@v3.3.3
uses: actions/cache@v4.1.1
with:
path: ~/.cargo/registry
key: x86_64-unknown-linux-gnu-node@16-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo index
uses: actions/cache@v3.3.3
uses: actions/cache@v4.1.1
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/cache@v3.3.3
uses: actions/cache@v4.1.1
with:
path: node_modules
key: npm-cache-ubuntu-latest-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 91fb58c

Please sign in to comment.