From f2e2295d025d575419d613757dd5f003beedb4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:01:26 +0100 Subject: [PATCH] workflows: bump azure/setup-kubectl from 2.0 to 2.1 (#4987) Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 2.0 to 2.1. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/call-test-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-test-images.yaml b/.github/workflows/call-test-images.yaml index dab1a831d00..45ec572d2ae 100644 --- a/.github/workflows/call-test-images.yaml +++ b/.github/workflows/call-test-images.yaml @@ -190,7 +190,7 @@ jobs: version: v3.6.3 - name: Set up Kubectl - uses: azure/setup-kubectl@v2.0 + uses: azure/setup-kubectl@v2.1 - name: Test the HTTP server is responding timeout-minutes: 5