Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps appleboy/scp-action from 0.1.7 to 1.0.0.

Release notes

Sourced from appleboy/scp-action's releases.

v1.0.0

Changelog

Features

  • 172d4632fe427b3e7d9120e1d98ef5e79c2925f7: feat(actions): improve API robustness and testing coverage (@​appleboy)
  • 98b7132065988dbffe4b543a609f3483ea3cf261: feat: migrate to composite action with dynamic drone-scp support (#197) (@​appleboy)

Others

  • b03d7257ae96fb1a5a3bacd3ce6836de20d71593: style: improve readability and functionality across multiple components (@​appleboy)

Enhancements

  • 699fa1181c488c41b46d1a3b4f36d165c67c71d7: chore(deps): bump tj-actions/changed-files from 41 to 42 (#165) (@​dependabot[bot])
  • f314a5399e8cd139438868bd604049643badc458: chore(deps): bump tj-actions/changed-files from 42 to 43 (#170) (@​dependabot[bot])
  • 9ba62064d28ce0897a970e72cdfe30b9fde2fe48: chore(deps): bump tj-actions/changed-files from 43 to 44 (#171) (@​dependabot[bot])
  • 7622c01418bb85cb0b93dc636050db7d64f90245: chore: update tj-actions/changed-files action version (@​appleboy)
  • 6aff6492ae1d8325e24e6cd5f0f7392aee9617b6: chore: bump default DRONE_SCP_VERSION to 1.8.0 (@​appleboy)

Refactor

  • 93e17a47f90c431216b99107bc5f77e74b0fe92a: refactor(actions): standardize configuration file formatting and defaults (@​appleboy)

Build process updates

  • c6ff96b7f6d4941429ff4b6aa5b9b0e1c7ff38ea: ci: implement automated release workflow with GoReleaser (@​appleboy)
  • f042d742db5dd7c2fc7e588f36cf0558cd921638: ci(github): improve system performance and stability (@​appleboy)
  • f5c6c234bdfbf684bf3ea3735eb27caf06794b07: ci: align workflow naming with updated testing conventions (@​appleboy)

Documentation updates

  • 9f34cc3e55716193b68f260db14c300d100e25f2: docs(readme): update dependency in example (#159) (@​ilyabrin)
  • ad9a378b7f4bbcd1987e09397c03ce91e770d162: docs(readme): enhance IP protocol configuration options (@​appleboy)
  • 4f2c27bbc2b4ea0d65964cd9793b05fa593a340f: docs: improve documentation and testing configurations (#193) (@​appleboy)
  • 2a829c0ed2e300ffdab24dc6c26998da3ddc8025: docs: improve API performance and update documentation (@​appleboy)
  • 3d59448764c0f94f80ffcfea943710c44b75cb43: docs: enhance SSH configuration documentation and testing (@​appleboy)
  • bc835cba55a1d2660060d9dedbc560a0aa23a444: docs: refine input descriptions for clarity and user guidance (@​appleboy)
  • e55e4eabdc67ed49269ffb7d0d234f9c83facbca: docs: refine and expand documentation for variable configuration (@​appleboy)
  • bf323b87290f84da784331d4b2ec2662b6a790a2: docs: overhaul and enrich documentation for clarity and onboarding (@​appleboy)
  • 17026f90b893f1e6ef4acfaf70d5a2c610bb9495: docs: add comprehensive Chinese documentation and localization support (@​appleboy)
  • 6b2d3092e33afb945be4e80af2cda12c88dcef2c: docs: update README badges to reference lint and test workflow (@​appleboy)
  • ff85246acaad7bdce478db94a363cd2bf7c90345: docs: update documentation to use latest scp-action version (@​appleboy)
Commits
  • ff85246 docs: update documentation to use latest scp-action version
  • 6aff649 chore: bump default DRONE_SCP_VERSION to 1.8.0
  • 6b2d309 docs: update README badges to reference lint and test workflow
  • f5c6c23 ci: align workflow naming with updated testing conventions
  • 17026f9 docs: add comprehensive Chinese documentation and localization support
  • bf323b8 docs: overhaul and enrich documentation for clarity and onboarding
  • e55e4ea docs: refine and expand documentation for variable configuration
  • bc835cb docs: refine input descriptions for clarity and user guidance
  • 98b7132 feat: migrate to composite action with dynamic drone-scp support (#197)
  • 3d59448 docs: enhance SSH configuration documentation and testing
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.7 to 1.0.0.
- [Release notes](https://github.com/appleboy/scp-action/releases)
- [Changelog](https://github.com/appleboy/scp-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/scp-action@v0.1.7...v1.0.0)

---
updated-dependencies:
- dependency-name: appleboy/scp-action
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants