From 0d11e0350a7852212e654d499baa51a26d952f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:07:56 +0000 Subject: [PATCH] chore(deps): update teleport-actions/auth-k8s action to v2 --- .github/actions/teleport/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/teleport/action.yml b/.github/actions/teleport/action.yml index dc6af2e0..306fdc27 100644 --- a/.github/actions/teleport/action.yml +++ b/.github/actions/teleport/action.yml @@ -72,7 +72,7 @@ runs: - name: Authorize against Teleport id: auth-k8s if: inputs.K8S_CLUSTER_NAME != '' - uses: teleport-actions/auth-k8s@v1.1.4 + uses: teleport-actions/auth-k8s@v2.0.0 with: # Specify the publically accessible address of your Teleport proxy. proxy: ${{ env.PROXY_URL }}