From 615519ccae5d62521d087508ba566541f05cf6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:38:22 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 0.1.7 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.7 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.7...v1.2.5) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index a4f41042..c1cfc523 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -151,7 +151,7 @@ jobs: target: "~/remitlend" - name: Deploy on server and run migrations + healthcheck - uses: appleboy/ssh-action@v0.1.7 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.STAGING_SSH_HOST }} username: ${{ secrets.STAGING_SSH_USER }}