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:
kodiakhq[bot] 2023-12-27 18:39:26 +00:00 committed by GitHub
commit a4c7f24e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}