File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : Fetch dependencies from cache
45
45
id : cache-yarn
46
- uses : actions/cache@v2
46
+ uses : actions/cache@v3
47
47
with :
48
48
path : " **/node_modules"
49
49
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
81
81
82
82
- name : Fetch dependencies from cache
83
83
id : cache-yarn
84
- uses : actions/cache@v2
84
+ uses : actions/cache@v3
85
85
with :
86
86
path : " **/node_modules"
87
87
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Fetch dependencies from cache
119
119
id : cache-yarn
120
- uses : actions/cache@v2
120
+ uses : actions/cache@v3
121
121
with :
122
122
path : " **/node_modules"
123
123
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
- name : Fetch Code build from cache
142
142
id : cache-vscode-2
143
- uses : actions/cache@v2
143
+ uses : actions/cache@v3
144
144
with :
145
145
path : |
146
146
lib/vscode/.build
@@ -430,7 +430,7 @@ jobs:
430
430
431
431
- name : Fetch dependencies from cache
432
432
id : cache-yarn
433
- uses : actions/cache@v2
433
+ uses : actions/cache@v3
434
434
with :
435
435
path : " **/node_modules"
436
436
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments