This repository was archived by the owner on May 5, 2024. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
23
23
- id : " yarn-cache"
24
24
run : echo "::set-output name=dir::$(yarn cache dir)"
25
- - uses : " actions/cache@v1 "
25
+ - uses : " actions/cache@v2.1.4 "
26
26
with :
27
27
path : ${{ steps.yarn-cache.outputs.dir }}
28
28
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
29
29
30
- - uses : " actions/cache@v1 "
30
+ - uses : " actions/cache@v2.1.4 "
31
31
with :
32
32
path : " node_modules"
33
33
key : ${{ runner.os }}-yarn-node-modules${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
21
21
- id : " yarn-cache"
22
22
run : echo "::set-output name=dir::$(yarn cache dir)"
23
- - uses : " actions/cache@v1 "
23
+ - uses : " actions/cache@v2.1.4 "
24
24
with :
25
25
path : ${{ steps.yarn-cache.outputs.dir }}
26
26
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
27
27
28
- - uses : " actions/cache@v1 "
28
+ - uses : " actions/cache@v2.1.4 "
29
29
with :
30
30
path : " node_modules"
31
31
key : ${{ runner.os }}-yarn-node-modules${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
25
25
- id : " yarn-cache"
26
26
run : echo "::set-output name=dir::$(yarn cache dir)"
27
- - uses : " actions/cache@v1 "
27
+ - uses : " actions/cache@v2.1.4 "
28
28
with :
29
29
path : ${{ steps.yarn-cache.outputs.dir }}
30
30
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
31
31
32
- - uses : " actions/cache@v1 "
32
+ - uses : " actions/cache@v2.1.4 "
33
33
with :
34
34
path : " node_modules"
35
35
key : ${{ runner.os }}-yarn-node-modules${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments