From 264e706a8f78f0a68959ca4c310625db7c3674ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 01:32:33 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.0.0 to 1.2.2 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.2 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 0e00fec..881b460 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -144,7 +144,7 @@ jobs: - name: Deploy to DigitalOcean id: deploy - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.DROPLET_HOST }} username: deploy @@ -196,7 +196,7 @@ jobs: - name: Rollback on failure if: failure() && steps.deploy.conclusion == 'failure' - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.DROPLET_HOST }} username: deploy