Skip to content

Commit 8d044df

Browse files
Update actions/cache action to v5
1 parent d39c9b4 commit 8d044df

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
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414

1515
- name: Cache dependencies
16-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
16+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
persist-credentials: false
1212

1313
- name: Cache dependencies
14-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
14+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
1515
with:
1616
path: ~/.npm
1717
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)