Skip to content

Commit 9b8be44

Browse files
committed
Update cache action
1 parent 852ff09 commit 9b8be44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'npm'
2323

2424
- name: Retrieve the cached "node_modules" directory (if present)
25-
uses: actions/cache@v2
25+
uses: actions/cache@v4
2626
id: node-cache
2727
with:
2828
path: node_modules

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Retrieve the cached "node_modules" directory (if present)
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
id: node-cache
2828
with:
2929
path: node_modules

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Retrieve the cached "node_modules" directory (if present)
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
id: node-cache
2828
with:
2929
path: node_modules

0 commit comments

Comments
 (0)