Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2.1.7 to 3 (#6683)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and spacewander committed Jun 30, 2022
1 parent d1d8a8e commit d5bfbae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: "1.17"

- name: Cache deps
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: "1.16"

- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: recursive

- name: Cache deps
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
submodules: recursive

- name: Cache deps
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
submodules: recursive

- name: Cache deps
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive

- name: Cache deps
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-deps
with:
Expand Down

0 comments on commit d5bfbae

Please sign in to comment.