From a4c8016979a15435f60b36ff14a791be033cbfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:10:13 +0000 Subject: [PATCH] chore(ci): bump appleboy/ssh-action from 1.0.3 to 1.2.4 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.2.4) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 f7cb4e4..5b4f905 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Deploy to VPS - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }}