From e92a8df8c14c82a90edbab678e525511d5a49fe0 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos <102970912+lucasmellos@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:28:12 -0300 Subject: [PATCH] Update action.yml --- .github/actions/teleport/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/teleport/action.yml b/.github/actions/teleport/action.yml index a3902f24..c59c6e42 100644 --- a/.github/actions/teleport/action.yml +++ b/.github/actions/teleport/action.yml @@ -4,7 +4,7 @@ description: Proxy requests using Teleport inputs: TELEPORT_VERSION: required: false - default: 14.0.0 + default: 15.3.7 description: The teleport binary client version JOIN_METHOD: required: false @@ -118,4 +118,4 @@ runs: # valid for. This is optional and defaults to "1h" certificate-ttl: 1h # Specify the name of the application you wish to access. - app: ${{ inputs.TELEPORT_APP }} \ No newline at end of file + app: ${{ inputs.TELEPORT_APP }}