Skip to content

Commit 48cdc22

Browse files
build(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 96b779e commit 48cdc22

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
@@ -56,7 +56,7 @@ jobs:
5656
go-version-file: go.mod
5757

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

0 commit comments

Comments
 (0)