From 15969939d44d64f7077eb7d9b3666e8173056296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:48:31 +0000 Subject: [PATCH] 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-api.yml | 2 +- .github/workflows/deploy-app.yml | 2 +- .github/workflows/deploy-auth.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index 4d9601c..52c5485 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -52,7 +52,7 @@ jobs: remote_key: ${{ secrets.VM_SSH_KEY }} - name: Restart service - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.VM_HOST }} username: deploy diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index 9e203bd..bc0acfc 100644 --- a/.github/workflows/deploy-app.yml +++ b/.github/workflows/deploy-app.yml @@ -55,7 +55,7 @@ jobs: remote_key: ${{ secrets.VM_SSH_KEY }} - name: Restart service - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.VM_HOST }} username: deploy diff --git a/.github/workflows/deploy-auth.yml b/.github/workflows/deploy-auth.yml index 4d359c4..5395ec5 100644 --- a/.github/workflows/deploy-auth.yml +++ b/.github/workflows/deploy-auth.yml @@ -55,7 +55,7 @@ jobs: remote_key: ${{ secrets.VM_SSH_KEY }} - name: Restart service - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.VM_HOST }} username: deploy