From 13364854f8f0079af3bacbf778faaaeeac9d4f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:16:57 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.2.2 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.2 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.2.2...v1.2.5) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 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..0e913e6 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.5 with: host: ${{ secrets.HOST }} username: ${{ secrets.APP_NAME_PRODUCTION }}