From d35898ea2975e1f42cc88869153ef75cade35be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:30:41 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 3 to 5 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3 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/v3...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/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 00a5049b..0b560539 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -81,7 +81,7 @@ jobs: echo "$HOME/.temporalio/bin" >> "$GITHUB_PATH" - name: Install kubectl - uses: azure/setup-kubectl@v3 + uses: azure/setup-kubectl@v5 with: version: 'latest'