mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-12 23:37:06 +00:00
Merge pull request #578 from frontendnetwork/dependabot/github_actions/appleboy/ssh-action-1.0.1
build(deps): bump appleboy/ssh-action from 1.0.0 to 1.0.1
This commit is contained in:
commit
a4c7f24e34
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: SSH into the server and run Docker Compose
|
||||
uses: appleboy/ssh-action@v1.0.0
|
||||
uses: appleboy/ssh-action@v1.0.1
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: SSH into the server and run Docker Compose
|
||||
uses: appleboy/ssh-action@v1.0.0
|
||||
uses: appleboy/ssh-action@v1.0.1
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
|
|
Loading…
Reference in a new issue