From 670595e2ce573225a4106eb8424c8a4cefb036b7 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 5 Apr 2023 12:04:07 +0200 Subject: [PATCH] Update setup-kubectl --- .github/actions/decrease-runners/action.yml | 2 +- .github/actions/increase-runners/action.yml | 2 +- .github/workflows/recreate-runners.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/decrease-runners/action.yml b/.github/actions/decrease-runners/action.yml index d976062a..90a27410 100644 --- a/.github/actions/decrease-runners/action.yml +++ b/.github/actions/decrease-runners/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: Install kubectl - uses: azure/setup-kubectl@v1 + uses: azure/setup-kubectl@v3 - name: Decrease runners with ${{ inputs.dec }} shell: bash run: | diff --git a/.github/actions/increase-runners/action.yml b/.github/actions/increase-runners/action.yml index a50bcab1..a738abb2 100644 --- a/.github/actions/increase-runners/action.yml +++ b/.github/actions/increase-runners/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: Install kubectl - uses: azure/setup-kubectl@v1 + uses: azure/setup-kubectl@v3 - name: Increase runners with ${{ inputs.inc }} shell: bash run: | diff --git a/.github/workflows/recreate-runners.yml b/.github/workflows/recreate-runners.yml index 490fb2bd..d2444d7c 100644 --- a/.github/workflows/recreate-runners.yml +++ b/.github/workflows/recreate-runners.yml @@ -68,7 +68,7 @@ jobs: tmc_api_token: ${{ secrets.TMC_API_TOKEN }} - name: 'Configure: install kubectl' if: ${{ env.RUNNER_TYPE == 'tmc' }} - uses: azure/setup-kubectl@v1 + uses: azure/setup-kubectl@v3 - name: 'Configure: install carvel' if: ${{ env.RUNNER_TYPE == 'gke' }} uses: vmware-tanzu/carvel-setup-action@v1