Skip to content

Commit 819bea2

Browse files
authored
Merge pull request #32 from oyve/dependabot/github_actions/actions/cache-4
chore(deps):(deps): bump actions/cache from 3 to 4
2 parents 59e29cb + ea3d7be commit 819bea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828

2929
- name: Cache Node.js modules
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)