From 404c1fc10339704ef7a7525cad44c6d59e158a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:02:27 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.2.3 to 1.2.4 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.2.3...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/RemoteSSHCommand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RemoteSSHCommand.yml b/.github/workflows/RemoteSSHCommand.yml index 7289eb2c..0a2e4536 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.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}