From ff58cfd71fcb28f10e434c6b718e47ce15590df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 30 Nov 2025 19:20:31 +0000 Subject: [PATCH] chore(deps): update appleboy/ssh-action action to v1.2.4 (#49) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | action | patch | `v1.2.3` -> `v1.2.4` | --- ### Release Notes
appleboy/ssh-action (appleboy/ssh-action) ### [`v1.2.4`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.4) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.3...v1.2.4) ##### Changelog ##### Enhancements - [`4e3535e`](https://github.com/appleboy/ssh-action/commit/4e3535e14ec03f79243a1a56045526c18d66d556): chore: bump default DRONE\_SSH\_VERSION to 1.8.2 ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`823bd89`](https://github.com/appleboy/ssh-action/commit/823bd89e131d8d508129f9443cad5855e9ba96f0): ci: trigger GitHub Actions workflows only on version tags ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`652a0be`](https://github.com/appleboy/ssh-action/commit/652a0bee3c6aaba4fb2ae596f1de42c51f8e81ec): docs: update CI documentation and workflow references ([@​appleboy](https://github.com/appleboy)) - [`f6208e0`](https://github.com/appleboy/ssh-action/commit/f6208e096db23f5766ae2e218bde93cb6a8d0944): docs: document and demonstrate capturing and using command output ([@​appleboy](https://github.com/appleboy))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/49 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .gitea/workflows/docker-compose-deploy.yml | 4 ++-- .gitea/workflows/docker-compose-remove.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/docker-compose-deploy.yml b/.gitea/workflows/docker-compose-deploy.yml index 72e0b88..83bc661 100644 --- a/.gitea/workflows/docker-compose-deploy.yml +++ b/.gitea/workflows/docker-compose-deploy.yml @@ -54,7 +54,7 @@ jobs: ALLSECRETS: ${{ toJSON(secrets) }} - name: "[ON HOST] Make directory if not exists" - uses: appleboy/ssh-action@v1.2.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USERNAME }} @@ -74,7 +74,7 @@ jobs: target: "${{ env.project_folder }}/" - name: "[ON HOST] Deploy Stack" - uses: appleboy/ssh-action@v1.2.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USERNAME }} diff --git a/.gitea/workflows/docker-compose-remove.yml b/.gitea/workflows/docker-compose-remove.yml index fa7bcb6..b9b66dc 100644 --- a/.gitea/workflows/docker-compose-remove.yml +++ b/.gitea/workflows/docker-compose-remove.yml @@ -41,7 +41,7 @@ jobs: echo "project_folder=/home/${{ secrets.DEPLOY_USERNAME }}/$projectname" >> $GITEA_ENV - name: "[ON HOST] Remove Stack" - uses: appleboy/ssh-action@v1.2.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USERNAME }}