From ad625153abcc0ce990cab62d464219ce230b1105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:01:34 +0000 Subject: [PATCH 1/2] ci(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-local-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-local-dev.yml b/.github/workflows/test-local-dev.yml index ef8bbe2746..144345550c 100644 --- a/.github/workflows/test-local-dev.yml +++ b/.github/workflows/test-local-dev.yml @@ -61,7 +61,7 @@ jobs: cache-dependency-path: 'components/backend/go.sum' - name: Cache kubectl and kind - uses: actions/cache@v4 + uses: actions/cache@v5 id: k8s-tools-cache with: path: | From 3b79451b2728bce60a6271f7ac3c966bea8dfd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:55:11 +0000 Subject: [PATCH 2/2] ci(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/feedback-loop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feedback-loop.yml b/.github/workflows/feedback-loop.yml index 2d483c32be..54d3381fbd 100644 --- a/.github/workflows/feedback-loop.yml +++ b/.github/workflows/feedback-loop.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'