File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
// can be added it this list.
5
5
6
6
module . exports = [
7
- 'actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16 ' , //actions/cache@v 2.1.2
7
+ 'actions/cache@0781355a23dac32fd3bac414512f4b903437991a ' , //actions/cache@v 2.1.3
8
8
'actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' , //actions/checkout@v 2.3.4
9
9
'actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9' , //actions/script@v 3.0.0
10
10
'actions/labeler@5f867a63be70efff62b767459b009290364495eb' , //actions/labeler@v 2.2.0
Original file line number Diff line number Diff line change 15
15
with :
16
16
node-version : 14.x
17
17
- name : cache node modules
18
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
18
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
19
19
with :
20
20
path : ~/.npm
21
21
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 42
42
echo "::set-output name=dir::$(npm config get cache)"
43
43
44
44
- name : Cache node modules
45
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
45
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
46
46
with :
47
47
path : ${{ steps.npm-cache.outputs.dir }}
48
48
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 16
16
echo "::set-output name=dir::$(npm config get cache)"
17
17
18
18
- name : Cache node modules
19
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
19
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
20
20
with :
21
21
path : ${{ steps.npm-cache.outputs.dir }}
22
22
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : 14.x
20
20
- name : cache node modules
21
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
21
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
22
22
with :
23
23
path : ~/.npm
24
24
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 27
27
echo "::set-output name=dir::$(npm config get cache)"
28
28
29
29
- name : Cache node modules
30
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
30
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
31
31
with :
32
32
path : ${{ steps.npm-cache.outputs.dir }}
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
65
65
echo "::set-output name=dir::$(npm config get cache)"
66
66
67
67
- name : Cache node modules
68
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
68
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
69
69
with :
70
70
path : ${{ steps.npm-cache.outputs.dir }}
71
71
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 32
32
echo "::set-output name=dir::$(npm config get cache)"
33
33
34
34
- name : Cache node modules
35
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
35
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
36
36
with :
37
37
path : ${{ steps.npm-cache.outputs.dir }}
38
38
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 53
53
echo "::set-output name=dir::$(npm config get cache)"
54
54
55
55
- name : Cache node modules
56
- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
56
+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
57
57
with :
58
58
path : ${{ steps.npm-cache.outputs.dir }}
59
59
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments