From a9a3f0b1866ac608e1178e4232c81f34fe702f2d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Dec 2025 10:06:21 +0100 Subject: [PATCH] Update easingthemes/ssh-deploy action to v5.1.1 (#17) 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 | |---|---|---|---| | [easingthemes/ssh-deploy](https://github.com/easingthemes/ssh-deploy) | action | minor | `v5.0.0` -> `v5.1.1` | --- ### Release Notes
easingthemes/ssh-deploy (easingthemes/ssh-deploy) ### [`v5.1.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) ### [`v5.1.0`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.1.0) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0) ##### What's Changed - Feature: Delete Script After Execution by [@​Armadillidiid](https://github.com/Armadillidiid) in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) ##### New Contributors - [@​Armadillidiid](https://github.com/Armadillidiid) made their first contribution in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) **Full Changelog**: ### [`v5.0.3`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.3) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.2...v5.0.3) ##### What's Changed - Update actions to Node.js 20 by [@​alekw](https://github.com/alekw) in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) ##### New Contributors - [@​alekw](https://github.com/alekw) made their first contribution in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) **Full Changelog**: ### [`v5.0.2`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.2) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.1...v5.0.2) ##### What's Changed - fix: added the missing declarations [#​177](https://github.com/easingthemes/ssh-deploy/issues/177) by [@​skyArony](https://github.com/skyArony) in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) ##### New Contributors - [@​skyArony](https://github.com/skyArony) made their first contribution in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) **Full Changelog**: ### [`v5.0.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1)
--- ### 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 becomes conflicted, 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). Co-authored-by: kovagoadi Reviewed-on: https://gitea.kovagoadi.hu/kovagoadi.hu/traefik/pulls/17 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 9c41ede..b9f8aff 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0 + uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }}