Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/appleb…
Browse files Browse the repository at this point in the history
…oy/ssh-action-1.1.0'
  • Loading branch information
Makcal committed Oct 12, 2024
2 parents e2f4e44 + a0dda0c commit 1c81b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.1.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand All @@ -48,7 +48,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.1.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit 1c81b4f

Please sign in to comment.