Skip to content

Commit

Permalink
Merge pull request #578 from frontendnetwork/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/appleboy/ssh-action-1.0.1

build(deps): bump appleboy/ssh-action from 1.0.0 to 1.0.1
  • Loading branch information
kodiakhq[bot] authored Dec 27, 2023
2 parents 032b1ca + 3911db3 commit a4c7f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: SSH into the server and run Docker Compose
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

steps:
- name: SSH into the server and run Docker Compose
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit a4c7f24

Please sign in to comment.