File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4.1.5
13
13
14
14
- name : Cache dependencies
15
- uses : actions/cache@v2.1.6
15
+ uses : actions/cache@v4.0.2
16
16
with :
17
17
path : ./.npm
18
18
key : ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4.1.5
13
13
14
14
- name : Cache dependencies
15
- uses : actions/cache@v2.1.6
15
+ uses : actions/cache@v4.0.2
16
16
with :
17
17
path : ./.npm
18
18
key : ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
39
39
uses : actions/checkout@v4.1.5
40
40
41
41
- name : Cache dependencies
42
- uses : actions/cache@v2.1.6
42
+ uses : actions/cache@v4.0.2
43
43
with :
44
44
path : ./.npm
45
45
key : ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4.1.5
16
16
17
17
- name : Cache dependencies
18
- uses : actions/cache@v2.1.6
18
+ uses : actions/cache@v4.0.2
19
19
with :
20
20
path : ./.npm
21
21
key : ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments