Skip to content

Commit

Permalink
chore: bump actions/cache from 2 to 3 (#506)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
1 parent d11079d commit f24358e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coder-test-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
go-version: "^1.17"

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Cache Node
id: cache-node
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
**/node_modules
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Cache Node
id: cache-node
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
**/node_modules
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
go-version: "^1.17"

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
path: |
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Cache Node
id: cache-node
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
**/node_modules
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

- name: Cache Node
id: cache-node
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
**/node_modules
Expand All @@ -339,7 +339,7 @@ jobs:
with:
install-only: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# Go mod cache, Linux build cache, Mac build cache, Windows build cache
path: |
Expand Down

0 comments on commit f24358e

Please sign in to comment.