From e7309ba97a06dabb093d4be67237715cf928c893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:14:16 +0000 Subject: [PATCH] Update appleboy/ssh-action action to v1.2.1 --- .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 a4aefda..2926711 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: push: true tags: swiftfiddle/swiftfiddle-runner:latest - - uses: appleboy/ssh-action@v1.2.0 + - uses: appleboy/ssh-action@v1.2.1 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}