File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
env :
30
30
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
31
31
- name : Cache Yarn
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v3
33
33
with :
34
34
path : ' **/node_modules'
35
35
key : ${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
Original file line number Diff line number Diff line change 32
32
env :
33
33
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
34
34
- name : Cache Yarn
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v3
36
36
with :
37
37
path : ' **/node_modules'
38
38
key : ${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
Original file line number Diff line number Diff line change 22
22
with :
23
23
node-version : 16
24
24
- name : Cache Yarn
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v3
26
26
with :
27
27
path : ' **/node_modules'
28
28
key : ${{ runner.os }}-16-8-16-node-modules-${{ hashFiles('yarn.lock') }}
52
52
with :
53
53
node-version : 16
54
54
- name : Cache Yarn
55
- uses : actions/cache@v2
55
+ uses : actions/cache@v3
56
56
with :
57
57
path : ' **/node_modules'
58
58
key : ${{runner.os}}-16-8-${{matrix.graphql_version}}-node-modules-${{hashFiles('yarn.lock')}}
94
94
with :
95
95
node-version : ${{ matrix.node_version }}
96
96
- name : Cache Yarn
97
- uses : actions/cache@v2
97
+ uses : actions/cache@v3
98
98
with :
99
99
path : ' **/node_modules'
100
100
key : ${{runner.os}}-${{matrix.node_version}}-${{matrix.eslint_version}}-${{matrix.graphql_version}}-node-modules-${{hashFiles('yarn.lock')}}
@@ -108,7 +108,7 @@ jobs:
108
108
- name : Install Dependencies using Yarn
109
109
run : yarn install && git checkout yarn.lock
110
110
- name : Cache Jest
111
- uses : actions/cache@v2
111
+ uses : actions/cache@v3
112
112
with :
113
113
path : .cache/jest
114
114
key : ${{runner.os}}-${{matrix.node_version}}-${{matrix.eslint_version}}-jest-${{hashFiles('yarn.lock')}}
You can’t perform that action at this time.
0 commit comments