From a8ed38c9de61000d05027a4adbcc05b587fd1f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:03:37 +0000 Subject: [PATCH] build(deps): 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/RemoteSSHCommand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RemoteSSHCommand.yml b/.github/workflows/RemoteSSHCommand.yml index 0a2e4536..4fafe942 100644 --- a/.github/workflows/RemoteSSHCommand.yml +++ b/.github/workflows/RemoteSSHCommand.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v6 - name: 🔐 Executing remote SSH commands using SSH key - uses: appleboy/ssh-action@v1.2.4 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}