Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f24358e

Browse files
chore: bump actions/cache from 2 to 3 (#506)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d11079d commit f24358e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/coder-test-stability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version: "^1.17"
4747

48-
- uses: actions/cache@v2
48+
- uses: actions/cache@v3
4949
with:
5050
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
5151
path: |

.github/workflows/coder.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache Node
5757
id: cache-node
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
path: |
6161
**/node_modules
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Cache Node
106106
id: cache-node
107-
uses: actions/cache@v2
107+
uses: actions/cache@v3
108108
with:
109109
path: |
110110
**/node_modules
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
go-version: "^1.17"
137137

138-
- uses: actions/cache@v2
138+
- uses: actions/cache@v3
139139
with:
140140
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
141141
path: |
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Cache Node
250250
id: cache-node
251-
uses: actions/cache@v2
251+
uses: actions/cache@v3
252252
with:
253253
path: |
254254
**/node_modules
@@ -312,7 +312,7 @@ jobs:
312312

313313
- name: Cache Node
314314
id: cache-node
315-
uses: actions/cache@v2
315+
uses: actions/cache@v3
316316
with:
317317
path: |
318318
**/node_modules
@@ -339,7 +339,7 @@ jobs:
339339
with:
340340
install-only: true
341341

342-
- uses: actions/cache@v2
342+
- uses: actions/cache@v3
343343
with:
344344
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
345345
path: |

0 commit comments

Comments
 (0)