From 07b2f7b031e40fe43207674c6a31c1c6694a0b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:46:37 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.9 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.9 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.9...v1.2.5) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac8d179..63abe5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 - name: Deploy to VPS - uses: appleboy/ssh-action@v0.1.9 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.VPS_HOST }} username: agres