From 70e48f271525c43a28dc4c8ccabb78d88aadc53c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:55:49 +0000 Subject: [PATCH] Update appleboy/ssh-action action to v1.2.2 --- .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 2926711..67552ca 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.1 + - uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}