Skip to content

Commit 731b154

Browse files
chore(deps): update actions/cache action to v4
1 parent c7dbde8 commit 731b154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: '20.19.3'
2929

3030
- name: Cache dependencies
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
with:
3333
path: ~/.npm
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Cache dependencies
113113
if: steps.pkg_version.outputs.publish == 1
114-
uses: actions/cache@v2
114+
uses: actions/cache@v4
115115
with:
116116
path: ~/.npm
117117
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)