Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
ci(github): pin the ssh action version (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Jan 29, 2024
1 parent afe46f6 commit 84aa15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: dockerhub
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@v1
- uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_DEV_HOST }}
username: ${{ secrets.SSH_DEV_USERNAME }}
Expand Down

0 comments on commit 84aa15d

Please sign in to comment.