Skip to content

Commit

Permalink
chore(deps): Bump actions/cache from 3 to 4 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and metcoder95 committed Mar 10, 2024
1 parent e0686f6 commit 07b03eb
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 @@ -42,7 +42,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: check-cache
with:
path: ~/.npm
Expand Down

0 comments on commit 07b03eb

Please sign in to comment.