chore(deps): update appleboy/scp-action action to v1 (#25)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [appleboy/scp-action](https://github.com/appleboy/scp-action) | action | major | `v0.1.7` -> `v1.0.0` | --- ### Release Notes <details> <summary>appleboy/scp-action (appleboy/scp-action)</summary> ### [`v1.0.0`](https://github.com/appleboy/scp-action/releases/tag/v1.0.0) [Compare Source](https://github.com/appleboy/scp-action/compare/v0.1.7...v1.0.0) #### Changelog ##### Features - [`172d463`](172d4632fe
): feat(actions): improve API robustness and testing coverage ([@​appleboy](https://github.com/appleboy)) - [`98b7132`](98b7132065
): feat: migrate to composite action with dynamic drone-scp support ([#​197](https://github.com/appleboy/scp-action/issues/197)) ([@​appleboy](https://github.com/appleboy)) ##### Others - [`b03d725`](b03d7257ae
): style: improve readability and functionality across multiple components ([@​appleboy](https://github.com/appleboy)) ##### Enhancements - [`699fa11`](699fa1181c
): chore(deps): bump tj-actions/changed-files from 41 to 42 ([#​165](https://github.com/appleboy/scp-action/issues/165)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`f314a53`](f314a5399e
): chore(deps): bump tj-actions/changed-files from 42 to 43 ([#​170](https://github.com/appleboy/scp-action/issues/170)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`9ba6206`](9ba62064d2
): chore(deps): bump tj-actions/changed-files from 43 to 44 ([#​171](https://github.com/appleboy/scp-action/issues/171)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7622c01`](7622c01418
): chore: update tj-actions/changed-files action version ([@​appleboy](https://github.com/appleboy)) - [`6aff649`](6aff6492ae
): chore: bump default DRONE_SCP_VERSION to 1.8.0 ([@​appleboy](https://github.com/appleboy)) ##### Refactor - [`93e17a4`](93e17a47f9
): refactor(actions): standardize configuration file formatting and defaults ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`c6ff96b`](c6ff96b7f6
): ci: implement automated release workflow with GoReleaser ([@​appleboy](https://github.com/appleboy)) - [`f042d74`](f042d742db
): ci(github): improve system performance and stability ([@​appleboy](https://github.com/appleboy)) - [`f5c6c23`](f5c6c234bd
): ci: align workflow naming with updated testing conventions ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`9f34cc3`](9f34cc3e55
): docs(readme): update dependency in example ([#​159](https://github.com/appleboy/scp-action/issues/159)) ([@​ilyabrin](https://github.com/ilyabrin)) - [`ad9a378`](ad9a378b7f
): docs(readme): enhance IP protocol configuration options ([@​appleboy](https://github.com/appleboy)) - [`4f2c27b`](4f2c27bbc2
): docs: improve documentation and testing configurations ([#​193](https://github.com/appleboy/scp-action/issues/193)) ([@​appleboy](https://github.com/appleboy)) - [`2a829c0`](2a829c0ed2
): docs: improve API performance and update documentation ([@​appleboy](https://github.com/appleboy)) - [`3d59448`](3d59448764
): docs: enhance SSH configuration documentation and testing ([@​appleboy](https://github.com/appleboy)) - [`bc835cb`](bc835cba55
): docs: refine input descriptions for clarity and user guidance ([@​appleboy](https://github.com/appleboy)) - [`e55e4ea`](e55e4eabdc
): docs: refine and expand documentation for variable configuration ([@​appleboy](https://github.com/appleboy)) - [`bf323b8`](bf323b8729
): docs: overhaul and enrich documentation for clarity and onboarding ([@​appleboy](https://github.com/appleboy)) - [`17026f9`](17026f90b8
): docs: add comprehensive Chinese documentation and localization support ([@​appleboy](https://github.com/appleboy)) - [`6b2d309`](6b2d3092e3
): docs: update README badges to reference lint and test workflow ([@​appleboy](https://github.com/appleboy)) - [`ff85246`](ff85246aca
): docs: update documentation to use latest scp-action version ([@​appleboy](https://github.com/appleboy)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #25 Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk> Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
parent
172aa32d4b
commit
852a512919
@ -64,7 +64,7 @@ jobs:
|
||||
mkdir -p ${{ env.project_folder }}
|
||||
|
||||
- name: "[ON HOST] SCP files to host"
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
uses: appleboy/scp-action@v1.0.0
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user