From 147ecec120e420484e74aee2a1e3af264c3bba31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:17:21 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 4 to 5 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 4 to 5. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-kubectl/compare/v4...v5) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_deploy_onboard.yml | 2 +- .github/workflows/integration_fakeserver_tests.yml | 2 +- .../workflows/integration_fakeserver_tests_latest_version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_deploy_onboard.yml b/.github/workflows/build_deploy_onboard.yml index 8388cc26..ae97de47 100644 --- a/.github/workflows/build_deploy_onboard.yml +++ b/.github/workflows/build_deploy_onboard.yml @@ -43,7 +43,7 @@ jobs: ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tags }} - name: Install kubectl - uses: azure/setup-kubectl@v4 + uses: azure/setup-kubectl@v5 with: version: "v1.24.0" diff --git a/.github/workflows/integration_fakeserver_tests.yml b/.github/workflows/integration_fakeserver_tests.yml index 3f683c8c..b33d029a 100644 --- a/.github/workflows/integration_fakeserver_tests.yml +++ b/.github/workflows/integration_fakeserver_tests.yml @@ -46,7 +46,7 @@ jobs: ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tags }} - name: Install kubectl - uses: azure/setup-kubectl@v4 + uses: azure/setup-kubectl@v5 with: version: "v1.24.0" diff --git a/.github/workflows/integration_fakeserver_tests_latest_version.yml b/.github/workflows/integration_fakeserver_tests_latest_version.yml index 6cdac386..78aebada 100644 --- a/.github/workflows/integration_fakeserver_tests_latest_version.yml +++ b/.github/workflows/integration_fakeserver_tests_latest_version.yml @@ -46,7 +46,7 @@ jobs: ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tags }} - name: Install kubectl - uses: azure/setup-kubectl@v4 + uses: azure/setup-kubectl@v5 with: version: "v1.24.0"