Skip to content

Commit 122d036

Browse files
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 153e4a8 commit 122d036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bazel_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343

4444
- name: Mount Bazel cache
45-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
45+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4646
with:
4747
path: "/home/runner/.cache/bazel"
4848
key: bazel-ubuntu-24
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6161

6262
- name: Mount Bazel cache
63-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
63+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6464
with:
6565
path: "/home/runner/.cache/bazel"
6666
key: bazel-windows-2025
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7979

8080
- name: Mount Bazel cache
81-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
81+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8282
with:
8383
path: "/home/runner/.cache/bazel"
8484
key: bazel-macos-15

0 commit comments

Comments
 (0)