diff --git a/.github/workflows/deploy_helmfile.yaml b/.github/workflows/deploy_helmfile.yaml index 5648eef..e888846 100644 --- a/.github/workflows/deploy_helmfile.yaml +++ b/.github/workflows/deploy_helmfile.yaml @@ -188,7 +188,7 @@ jobs: run: aws eks update-kubeconfig --name ${{ inputs.eksClusterName }} $OPTIONAL_PARAMS - name: Tailscale VPN - uses: tailscale/github-action@v2 + uses: tailscale/github-action@v3 if: inputs.enableVpn == 'true' with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}