From e3ca1fe8eeb72115a7c38c42f8465cda1d1f0093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:13:23 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 1 to 3 in /.github/workflows Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 1 to 3. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 90fe3f7c..1f6335ba 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -51,7 +51,7 @@ jobs: docker push vatusa/api:dev - name: Install kubectl - uses: azure/setup-kubectl@v1 + uses: azure/setup-kubectl@v3 with: version: 'v1.21.2'