diff --git a/.github/workflows/RemoteSSHCommand.yml b/.github/workflows/RemoteSSHCommand.yml index 7289eb2c..0a2e4536 100644 --- a/.github/workflows/RemoteSSHCommand.yml +++ b/.github/workflows/RemoteSSHCommand.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v6 - name: 🔐 Executing remote SSH commands using SSH key - uses: appleboy/ssh-action@v1.2.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}