Skip to content

Commit 529202a

Browse files
authored
Merge pull request #1 from VectoDE/dependabot/github_actions/appleboy/scp-action-1.0.0
chore(deps): bump appleboy/scp-action from 0.1.7 to 1.0.0
2 parents 55877b8 + 8cddf0a commit 529202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ secrets.DEPLOY_SSH_HOST != '' && secrets.DEPLOY_SSH_USER != '' && secrets.DEPLOY_SSH_KEY != '' && secrets.DEPLOY_TARGET_PATH != '' }}
5656
steps:
5757
- name: Sync container to server
58-
uses: appleboy/scp-action@v0.1.7
58+
uses: appleboy/scp-action@v1.0.0
5959
with:
6060
host: ${{ secrets.DEPLOY_SSH_HOST }}
6161
username: ${{ secrets.DEPLOY_SSH_USER }}

0 commit comments

Comments
 (0)