Skip to content

Commit 0b7d3ac

Browse files
chore(deps): update actions/cache action to v4
1 parent 03e0c96 commit 0b7d3ac

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
@@ -29,7 +29,7 @@ jobs:
2929
node-version: '16.x'
3030

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

113113
- name: Cache dependencies
114114
if: steps.pkg_version.outputs.publish == 1
115-
uses: actions/cache@v3
115+
uses: actions/cache@v4
116116
with:
117117
path: ~/.npm
118118
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@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)