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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 7ca9bb3 commit 5c74eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
echo "bazel_repository_cache=$(bazel info repository_cache)" >> $GITHUB_ENV
echo "bazel_output_base=$(bazel info output_base)" >> $GITHUB_ENV
- name: Cache bazel build of external repositories
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.bazel_output_base }}/external
key: bazel-build-cache-${{steps.setup_go.outputs.go-version}}-${{hashFiles('deps.bzl', 'WORKSPACE')}}
restore-keys: |
bazel-build-cache-${{steps.setup_go.outputs.go-version}}
- name: Cache bazel external repositories
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.bazel_repository_cache }}
Expand Down

0 comments on commit 5c74eec

Please sign in to comment.