Skip to content

Commit

Permalink
Merge pull request #91 from 0xProject/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
eitu5ami authored Feb 1, 2024
2 parents 7eb2f5c + 47e557a commit 48eb26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: node-modules
key: node-modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 48eb26d

Please sign in to comment.