Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#321)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 4476b81 commit ff17d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.cache.outputs.build }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.cache.outputs.build }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.cache.outputs.build }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.cache.outputs.build }}
Expand Down

0 comments on commit ff17d1c

Please sign in to comment.