From 69dd60e8699aee769d4b1e2fa79edcd7da072605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:41:52 +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/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f59f9ef..d154948 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -37,7 +37,7 @@ jobs: target="~/web/static/dist" sh -c "rsync -av --delete-after -e 'ssh -i $HOME/.ssh/deploy_key -o StrictHostKeyChecking=no' ${source} --rsync-path='mkdir -p ${target} && rsync' ${{ secrets.APP_NAME_PRODUCTION }}@${{ secrets.HOST }}:${target}" - name: Clear fortrabbit blitz cache - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.HOST }} username: ${{ secrets.APP_NAME_PRODUCTION }}