From d44b31fd67856bccb157f0fe48dcaf11a8afd591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:55:48 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.2.4 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.2.4...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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 530828c..9410c13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: target: /opt/snapchef/ - name: Deploy to VPS - uses: appleboy/ssh-action@v1.2.4 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }}