Skip to content

Commit 27196c1

Browse files
chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...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 1f40f9c commit 27196c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/operator-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: go.mod
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: ~/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles ('**/go.sum') }}

.github/workflows/publish-components-for-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
go-version-file: go.mod
5959

6060
- name: Cache dependencies
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: ~/go/pkg/mod
6464
key: ${{ runner.os }}-go-${{ hashFiles ('**/go.sum') }}

0 commit comments

Comments
 (0)