chore(deps): update appleboy/ssh-action action to v1.2.2

This commit is contained in:
Mend Renovate
2025-04-18 03:31:40 +00:00
parent a281618e0d
commit dd6129b078

View File

@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: SSH into server and restart container using Docker Compose
uses: appleboy/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.2.2
with:
host: ${{ secrets.STAGING_SERVER_HOST }}
username: ${{ secrets.STAGING_SERVER_USER }}