File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
id : yarn-cache-key
25
25
run : echo "::set-output name=key::${{ runner.os }}-yarn-ci-cache-v3-${{ hashFiles('./yarn.lock') }}-${{ hashFiles('**/yarn.lock') }}"
26
26
- name : Configure Yarn cache
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v3
28
28
with :
29
29
key : ${{ steps.yarn-cache-key.outputs.key }}
30
30
path : |
55
55
- name : remove git auth
56
56
run : git config --unset http.https://github.com/.extraheader
57
57
- name : Configure Yarn cache
58
- uses : actions/cache@v2
58
+ uses : actions/cache@v3
59
59
with :
60
60
key : ${{ needs.cache.outputs.yarn-cache-key }}
61
61
path : |
89
89
- name : remove git auth
90
90
run : git config --unset http.https://github.com/.extraheader
91
91
- name : Configure Yarn cache
92
- uses : actions/cache@v2
92
+ uses : actions/cache@v3
93
93
with :
94
94
key : ${{ needs.cache.outputs.yarn-cache-key }}
95
95
path : |
You can’t perform that action at this time.
0 commit comments