Skip to content

Commit e7e25fa

Browse files
Update actions/cache action to v4
1 parent a8c1a6a commit e7e25fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: https://registry.npmjs.org
2020
- id: cache_npm
2121
name: Cache Node.js modules
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: |
2525
~/.npm

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Dependencies
2424
- id: cache_npm
2525
name: Cache Node.js modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.npm

0 commit comments

Comments
 (0)