Skip to content

Commit e0ee0e7

Browse files
committed
ci: bump cache action to v4
1 parent 8c489bd commit e0ee0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 16
1616
registry-url: https://registry.npmjs.org
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v4
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)