Skip to content

Commit 8c214c2

Browse files
chore(deps): update actions/cache action to v4
1 parent bd8dfb5 commit 8c214c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ env.node }}
2323
- name: Cache Node.js modules
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ env.node }}
2727
- name: Cache Node.js modules
28-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)