From 8f3b0acf61b378659c34dc768e63e5f5b0a163f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:41:57 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/operator-cd.yml | 2 +- .github/workflows/publish-components-for-e2e-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/operator-cd.yml b/.github/workflows/operator-cd.yml index 8312fd94d..a300caeee 100644 --- a/.github/workflows/operator-cd.yml +++ b/.github/workflows/operator-cd.yml @@ -26,7 +26,7 @@ jobs: go-version-file: go.mod - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles ('**/go.sum') }} diff --git a/.github/workflows/publish-components-for-e2e-tests.yml b/.github/workflows/publish-components-for-e2e-tests.yml index 747304682..b112332ef 100644 --- a/.github/workflows/publish-components-for-e2e-tests.yml +++ b/.github/workflows/publish-components-for-e2e-tests.yml @@ -58,7 +58,7 @@ jobs: go-version-file: go.mod - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles ('**/go.sum') }}