Skip to content

Commit

Permalink
build(deps): bump appleboy/scp-action from 0.1.4 to 0.1.7
Browse files Browse the repository at this point in the history
Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.4 to 0.1.7.
- [Release notes](https://github.com/appleboy/scp-action/releases)
- [Commits](appleboy/scp-action@v0.1.4...v0.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 8c7ee3b commit f4c07a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Add docker compose file to server
uses: appleboy/[email protected].4
uses: appleboy/[email protected].7
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Add docker compose file to server
uses: appleboy/[email protected].4
uses: appleboy/[email protected].7
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/checkout@v4

- name: Add docker compose file to server
uses: appleboy/[email protected].4
uses: appleboy/[email protected].7
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit f4c07a2

Please sign in to comment.