Skip to content

Commit 7a6e590

Browse files
Update actions/cache action to v5
1 parent 03fd37a commit 7a6e590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
with:
3535
node-version: 'latest'
3636
- name: Cache npm dependencies
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.npm
4040
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4141
restore-keys: |
4242
${{ runner.os }}-node-
4343
- name: Cache node_modules
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: node_modules
4747
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)