Skip to content

Commit bab10a8

Browse files
authored
Merge pull request #368 from signalwire/teleport
Sync Teleport versions between `teleport` and `teleport-local-copy`
2 parents 6feebd8 + 17ddd4d commit bab10a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/actions/teleport-local-copy/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Copy local files behind Teleport
44
inputs:
55
TELEPORT_VERSION:
66
required: false
7-
default: 14.0.0
7+
# Please keep `teleport` and `teleport-local-copy` versions in-sync
8+
default: 16.4.18
89
description: The teleport binary client version
910
JOIN_METHOD:
1011
required: false

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Proxy requests using Teleport
44
inputs:
55
TELEPORT_VERSION:
66
required: false
7+
# Please keep `teleport` and `teleport-local-copy` versions in-sync
78
default: 16.4.18
89
description: The teleport binary client version
910
JOIN_METHOD:

0 commit comments

Comments
 (0)