File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : echo "::set-output name=dir::$(yarn cache dir)"
37
37
38
38
- name : Cache node_modules
39
- uses : actions/cache@v3.0.11
39
+ uses : actions/cache@v3.2.2
40
40
with :
41
41
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
42
42
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 36
36
run : echo "::set-output name=dir::$(yarn cache dir)"
37
37
38
38
- name : Cache node_modules
39
- uses : actions/cache@v3.0.11
39
+ uses : actions/cache@v3.2.2
40
40
with :
41
41
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
42
42
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
73
73
run : echo "::set-output name=dir::$(yarn cache dir)"
74
74
75
75
- name : Cache node_modules
76
- uses : actions/cache@v3.0.11
76
+ uses : actions/cache@v3.2.2
77
77
with :
78
78
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
79
79
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -110,7 +110,7 @@ jobs:
110
110
run : echo "::set-output name=dir::$(yarn cache dir)"
111
111
112
112
- name : Cache node_modules
113
- uses : actions/cache@v3.0.11
113
+ uses : actions/cache@v3.2.2
114
114
with :
115
115
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
116
116
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments