Commit 0277164 1 parent 449a0e9 commit 0277164 Copy full SHA for 0277164
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout Repo
23
23
uses : actions/checkout@v3
24
24
- name : cache node_modules
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
id : cache
27
27
with :
28
28
path : |
51
51
- name : Checkout Repo
52
52
uses : actions/checkout@v3
53
53
- name : cache node_modules
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
id : cache
56
56
with :
57
57
path : |
Original file line number Diff line number Diff line change 23
23
- name : Checkout Repo
24
24
uses : actions/checkout@v3
25
25
- name : cache node_modules
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
id : cache
28
28
with :
29
29
path : |
Original file line number Diff line number Diff line change 22
22
- name : Checkout Repo
23
23
uses : actions/checkout@v3
24
24
- name : cache node_modules
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
id : cache
27
27
with :
28
28
path : |
51
51
- name : Checkout Repo
52
52
uses : actions/checkout@v3
53
53
- name : cache node_modules
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
id : cache
56
56
with :
57
57
path : |
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
31
31
- name : cache node_modules
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
id : cache
34
34
with :
35
35
path : |
You can’t perform that action at this time.
0 commit comments