From bb4e03d6fa0a72f7ffbd625c5625754bb7b4cb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:55:25 +0000 Subject: [PATCH] workflows: bump azure/setup-kubectl from 3.2 to 4 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.2 to 4. - [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.2...v4) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-run-integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index 1f5e8ba..6cc4403 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -204,7 +204,7 @@ jobs: version: v3.8.1 - name: Set up Kubectl - uses: azure/setup-kubectl@v3.2 + uses: azure/setup-kubectl@v4 - name: Run tests timeout-minutes: 60 @@ -262,7 +262,7 @@ jobs: version: v3.8.1 - name: Set up Kubectl - uses: azure/setup-kubectl@v3.2 + uses: azure/setup-kubectl@v4 - name: Get the GKE Kubeconfig if: matrix.cloud == 'gke'