Skip to content

Commit fb6dfe7

Browse files
authored
Merge pull request #2113 from GoogleContainerTools/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 63c03bb + 03cc4dd commit fb6dfe7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v7
2727
- name: Mount bazel caches
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/.cache/bazel-repo
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v7
5757
- name: Mount bazel caches
58-
uses: actions/cache@v5
58+
uses: actions/cache@v6
5959
with:
6060
path: |
6161
~/.cache/bazel-repo

.github/workflows/image-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-go@v6
2222
with:
2323
go-version: "1.25"
24-
- uses: actions/cache@v5
24+
- uses: actions/cache@v6
2525
with:
2626
path: |
2727
~/.cache/bazel-repo

0 commit comments

Comments
 (0)