File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
with :
17
17
node-version : ' 18'
18
18
- name : Global Node packages cache
19
- uses : actions/cache@v3
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : ~/.npm
22
22
key :
23
23
ubuntu--build-${{ env.cache-name }}-${{
24
24
hashFiles('**/package-lock.json') }}
25
25
- name : Test fixture dependency cache
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : plugin/test/fixtures/**/node_modules
29
29
key :
@@ -43,14 +43,14 @@ jobs:
43
43
with :
44
44
node-version : ' *'
45
45
- name : Global Node packages cache
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : ~/.npm
49
49
key :
50
50
macOS-build-${{ env.cache-name }}-${{
51
51
hashFiles('**/package-lock.json') }}
52
52
- name : Test fixture dependency cache
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : plugin/test/fixtures/**/node_modules
56
56
key :
You can’t perform that action at this time.
0 commit comments