diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index db79c8c..4cceb79 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -158,7 +158,7 @@ jobs: - name: Install cluster credentials (kubeconfig) if: ${{ inputs.auth_method == 'kubeconfig' }} - uses: azure/k8s-set-context@v4.0.1 + uses: azure/k8s-set-context@v4.0.2 with: method: kubeconfig kubeconfig: ${{ secrets[inputs.auth_params] }}