File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
22
node-version : 18
23
23
24
24
- name : Cache dependencies
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.npm
28
28
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 19
19
node-version : 20
20
20
21
21
- name : Cache dependencies
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.npm
25
25
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 27
27
node-version : 18
28
28
29
29
- name : Caching dependencies
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
39
39
# workflow successfully finishes.
40
40
# See https://github.com/actions/cache
41
41
- name : Cache Cypress binary
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.cache/Cypress
45
45
key : cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package.json') }}
Original file line number Diff line number Diff line change 27
27
node-version : 18
28
28
29
29
- name : Caching dependencies
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
39
39
# workflow successfully finishes.
40
40
# See https://github.com/actions/cache
41
41
- name : Cache Cypress binary
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.cache/Cypress
45
45
key : cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package.json') }}
Original file line number Diff line number Diff line change 27
27
node-version : 18
28
28
29
29
- name : Caching dependencies
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
39
39
# workflow successfully finishes.
40
40
# See https://github.com/actions/cache
41
41
- name : Cache Cypress binary
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.cache/Cypress
45
45
key : cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package.json') }}
Original file line number Diff line number Diff line change 27
27
node-version : ' 20'
28
28
29
29
- name : Caching dependencies
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 22
22
node-version : 18
23
23
24
24
- name : Cache dependencies
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.npm
28
28
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 24
24
node-version : 18
25
25
26
26
- name : Cache dependencies
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.npm
30
30
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 30
30
node-version : 18
31
31
32
32
- name : Cache dependencies
33
- uses : actions/cache@v2
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/.npm
36
36
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 20
20
node-version : 18
21
21
22
22
- name : Cache dependencies
23
- uses : actions/cache@v2
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.npm
26
26
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments