diff --git a/.github/actions/teleport/action.yml b/.github/actions/teleport/action.yml index c59c6e42..b23c4a20 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: 15.3.7 + default: 17.3.3 description: The teleport binary client version JOIN_METHOD: required: false diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index e3a2efad..e62cd7ec 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -146,7 +146,7 @@ jobs: uses: actions/checkout@v4 with: repository: signalwire/actions-template - ref: main + ref: feat/update-teleport-action path: actions - name: Configure AWS Credentials