Skip to content

Commit b65c80b

Browse files
Bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82c683c commit b65c80b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bazel_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414

1515
- name: Mount bazel cache
16-
uses: actions/cache@v4
16+
uses: actions/cache@v6
1717
with:
1818
path: "/home/runner/.cache/bazel"
1919
key: bazel
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v6
5151

5252
- name: Mount bazel cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@v6
5454
with:
5555
path: "/home/runner/.cache/bazel"
5656
key: bazel
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v6
8888

8989
- name: Mount bazel cache
90-
uses: actions/cache@v4
90+
uses: actions/cache@v6
9191
with:
9292
path: "/home/runner/.cache/bazel"
9393
key: bazel-ubuntu22
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v6
111111

112112
- name: Mount bazel cache
113-
uses: actions/cache@v4
113+
uses: actions/cache@v6
114114
with:
115115
path: "/home/runner/.cache/bazel"
116116
key: bazel-ubuntu24
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@v6
134134

135135
- name: Mount bazel cache
136-
uses: actions/cache@v4
136+
uses: actions/cache@v6
137137
with:
138138
path: "/home/runner/.cache/bazel"
139139
key: bazel
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@v6
157157

158158
- name: Mount bazel cache
159-
uses: actions/cache@v4
159+
uses: actions/cache@v6
160160
with:
161161
path: "/home/runner/.cache/bazel"
162162
key: bazel

0 commit comments

Comments
 (0)