File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
run : echo "::set-output name=dir::$(yarn cache dir)"
34
34
35
35
- name : Cache node_modules
36
- uses : actions/cache@v2.1.5
36
+ uses : actions/cache@v4.2.2
37
37
with :
38
38
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
39
39
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 33
33
run : echo "::set-output name=dir::$(yarn cache dir)"
34
34
35
35
- name : Cache node_modules
36
- uses : actions/cache@v2.1.5
36
+ uses : actions/cache@v4.2.2
37
37
with :
38
38
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
39
39
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
70
70
run : echo "::set-output name=dir::$(yarn cache dir)"
71
71
72
72
- name : Cache node_modules
73
- uses : actions/cache@v2.1.5
73
+ uses : actions/cache@v4.2.2
74
74
with :
75
75
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
76
76
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -107,7 +107,7 @@ jobs:
107
107
run : echo "::set-output name=dir::$(yarn cache dir)"
108
108
109
109
- name : Cache node_modules
110
- uses : actions/cache@v2.1.5
110
+ uses : actions/cache@v4.2.2
111
111
with :
112
112
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
113
113
key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments