Skip to content

Commit 538e4cb

Browse files
authored
Merge pull request #362 from signalwire/feat/update-teleport-action
Update action.yml
2 parents 847303d + 0c004a2 commit 538e4cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/actions/teleport/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Proxy requests using Teleport
44
inputs:
55
TELEPORT_VERSION:
66
required: false
7-
default: 15.3.7
7+
default: 17.3.3
88
description: The teleport binary client version
99
JOIN_METHOD:
1010
required: false

Diff for: .github/workflows/iac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v4
147147
with:
148148
repository: signalwire/actions-template
149-
ref: main
149+
ref: feat/update-teleport-action
150150
path: actions
151151

152152
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)