Skip to content

Commit 380da3e

Browse files
Bump actions/cache from 3 to 4 (#372)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09d4e94 commit 380da3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Bazel output cache
1212
id: cache-bazel
13-
uses: actions/cache@v3
13+
uses: actions/cache@v4
1414
with:
1515
path: |
1616
"${{ github.workspace }}/.bazel-cache"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: Bazel output cache
2828
id: cache-bazel
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: "${{ github.workspace }}/.bazel-cache"
3232
key: ${{ runner.os }}-bazel-out-${{ github.run_id}}

0 commit comments

Comments
 (0)