Skip to content

Commit 17ddd4d

Browse files
committed
Sync Teleport versions between teleport and teleport-local-copy actions
1 parent 6feebd8 commit 17ddd4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.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

.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)