From 731baff5cea59e96b4d5bc43407ff5d0f45741c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:38:35 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.2.2 to 1.2.4 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-to-environment.yml b/.github/workflows/deploy-to-environment.yml index 40643d0a..6c608df8 100644 --- a/.github/workflows/deploy-to-environment.yml +++ b/.github/workflows/deploy-to-environment.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Stop service - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -49,7 +49,7 @@ jobs: strip_components: 2 - name: Reload systemctl daemon - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -79,7 +79,7 @@ jobs: target: crypter-web-container/ - name: Pull latest images - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -88,7 +88,7 @@ jobs: script: docker compose --project-directory crypter-web-container --profile ${{ env.docker_compose_profile }} pull - name: Migrate database - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -97,7 +97,7 @@ jobs: script: docker compose --project-directory crypter-web-container --profile ${{ env.docker_compose_profile }} run api /app/efbundle - name: Start service - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }}