Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 65de44a commit 4f89e06
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
#
# See https://github.com/actions/setup-go/issues/357#issuecomment-1486486358
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "modcache=$(go env GOMODCACHE)" >> $GITHUB_ENV
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
#
# See https://github.com/actions/setup-go/issues/357#issuecomment-1486486358
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
#
# See https://github.com/actions/setup-go/issues/357#issuecomment-1486486358
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
#
# See https://github.com/actions/setup-go/issues/357#issuecomment-1486486358
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
#
# See https://github.com/actions/setup-go/issues/357#issuecomment-1486486358
- name: Set up cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: echo "cache_prefix=$RUNNER_PREFIX$ARCH_PREFIX$RACE_PREFIX" >> $GITHUB_ENV

- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.cache }}
Expand Down

0 comments on commit 4f89e06

Please sign in to comment.