From bc1d7bc2655470c2a2f86b75e2ba1ca3e68a9cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 03:13:05 +0000 Subject: [PATCH] Update appleboy/ssh-action action to v1.2.5 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ccf45c1..fa9de22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: push: true tags: swiftfiddle/swiftfiddle-runner:latest - - uses: appleboy/ssh-action@v1.2.4 + - uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}