From 4e3535e14ec03f79243a1a56045526c18d66d556 Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 28 Nov 2025 22:51:52 +0800 Subject: [PATCH] chore: bump default DRONE_SSH_VERSION to 1.8.2 - Update the default DRONE_SSH_VERSION from 1.8.1 to 1.8.2 Signed-off-by: appleboy --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index def8f35..d5d56b6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ export GITHUB="true" GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}" DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}" -DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.1}" +DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.2}" # Error codes readonly ERR_UNKNOWN_PLATFORM=2