Skip to content

Commit

Permalink
Bump appleboy/scp-action from 0.1.5 to 0.1.6 (#1018)
Browse files Browse the repository at this point in the history
Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/appleboy/scp-action/releases)
- [Commits](appleboy/scp-action@v0.1.5...v0.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 964e32f commit 88efa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: copy deploy scripts to dev server
if: endsWith(github.ref, '/develop') || endsWith(github.ref, '-beta')
uses: appleboy/[email protected].5
uses: appleboy/[email protected].6
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand All @@ -144,7 +144,7 @@ jobs:

- name: copy deploy script to production server
if: startsWith(github.ref, 'refs/tags/v') && !endsWith(github.ref, '-beta')
uses: appleboy/[email protected].5
uses: appleboy/[email protected].6
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit 88efa2b

Please sign in to comment.