From 850ecd07d3bbe2e5302337326c6981e9e4d32521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:42:28 +0000 Subject: [PATCH] chore(deps): bump appleboy/ssh-action in the actions-dependencies group Bumps the actions-dependencies group with 1 update: [appleboy/ssh-action](https://github.com/appleboy/ssh-action). Updates `appleboy/ssh-action` from 1.1.0 to 1.2.2 - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62efa40..2804ceb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -76,7 +76,7 @@ jobs: cancel-in-progress: false steps: - name: ⚡️ Deploy via SSH - uses: appleboy/ssh-action@v1.1.0 + uses: appleboy/ssh-action@v1.2.3 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }}