From 1931aae8a42050a7be7da475a4dc6f6ce5e4705d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:28:15 +0000 Subject: [PATCH] Update appleboy/ssh-action action to v1.2.2 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 172ef3a9..f0ce9729 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -49,7 +49,7 @@ jobs: remote_key: ${{ secrets.REPO_KEY }} - name: Add to Kodi repo and clean up - uses: appleboy/ssh-action@v1.2.0 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.REPO_HOST }} username: ${{ secrets.REPO_USER }}