Skip to content

Commit 815c4cf

Browse files
chore(deps): update actions/cache action to v3 (#5003)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5afb26f commit 815c4cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Fetch dependencies from cache
4545
id: cache-yarn
46-
uses: actions/cache@v2
46+
uses: actions/cache@v3
4747
with:
4848
path: "**/node_modules"
4949
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Fetch dependencies from cache
8383
id: cache-yarn
84-
uses: actions/cache@v2
84+
uses: actions/cache@v3
8585
with:
8686
path: "**/node_modules"
8787
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Fetch dependencies from cache
119119
id: cache-yarn
120-
uses: actions/cache@v2
120+
uses: actions/cache@v3
121121
with:
122122
path: "**/node_modules"
123123
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Fetch Code build from cache
142142
id: cache-vscode-2
143-
uses: actions/cache@v2
143+
uses: actions/cache@v3
144144
with:
145145
path: |
146146
lib/vscode/.build
@@ -430,7 +430,7 @@ jobs:
430430

431431
- name: Fetch dependencies from cache
432432
id: cache-yarn
433-
uses: actions/cache@v2
433+
uses: actions/cache@v3
434434
with:
435435
path: "**/node_modules"
436436
key: yarn-build-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)