From 8c3997e744525c8a9b86b623109c63d510cb0f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:02:44 +0000 Subject: [PATCH] chore(ci)(deps): bump appleboy/ssh-action from 1.0.0 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.0 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.0...v1.2.5) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 218396b..1bee8c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Deploy to staging server - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.STAGING_HOST }} username: ${{ secrets.STAGING_USER }} @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v4 - name: Deploy to production server - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.PRODUCTION_HOST }} username: ${{ secrets.PRODUCTION_USER }}