Update appleboy/ssh-action action to v1.2.0

This commit is contained in:
renovate[bot] 2024-11-17 09:23:11 +00:00 committed by GitHub
parent 519fa9d9db
commit b7179bbe8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ jobs:
remote_key: ${{ secrets.REPO_KEY }} remote_key: ${{ secrets.REPO_KEY }}
- name: Add to Kodi repo and clean up - name: Add to Kodi repo and clean up
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.2.0
with: with:
host: ${{ secrets.REPO_HOST }} host: ${{ secrets.REPO_HOST }}
username: ${{ secrets.REPO_USER }} username: ${{ secrets.REPO_USER }}