From 58552bd6896915440a4b5d0cab038e81edc3eacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:29:49 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 2.0 to 3.0 in /.github/workflows Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 2.0 to 3.0. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v2.0...v3.0) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/secure-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secure-pipeline.yml b/.github/workflows/secure-pipeline.yml index 81479fc..010f803 100644 --- a/.github/workflows/secure-pipeline.yml +++ b/.github/workflows/secure-pipeline.yml @@ -41,7 +41,7 @@ jobs: # ./snyk monitor - name: Install kubectl - uses: azure/setup-kubectl@v2.0 + uses: azure/setup-kubectl@v3.0 with: version: 'v1.24.0' id: install