Skip to content

Commit 4517f75

Browse files
build(deps): bump actions/cache in the github-actions group (#6018)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3bfa4b commit 4517f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Download dependencies
2525
run: python3 utils/git-sync-deps
2626
- name: Mount Bazel cache
27-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
27+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2828
with:
2929
path: ~/.bazel/cache
3030
key: bazel-cache-${{ runner.os }}
@@ -47,7 +47,7 @@ jobs:
4747
- name: Download dependencies
4848
run: python3 utils/git-sync-deps
4949
- name: Mount Bazel cache
50-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
50+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5151
with:
5252
path: ~/.bazel/cache
5353
key: bazel-cache-${{ runner.os }}

0 commit comments

Comments
 (0)