diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4884d11..6bce0694 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - name: Setup Kubectl if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }} - uses: azure/setup-kubectl@v3.0 + uses: azure/setup-kubectl@v3.2 - name: Deploy to k8s if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }}