From 67ea80916ee85283c2b66051e1b69ea754c80e2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:44:18 +0000 Subject: [PATCH] chore: update appleboy/scp-action action to v1 See associated pull request for more information. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27b6c99..716eaa7 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ runs: fi - name: Copy source files to target server - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: overwrite: true host: ${{ inputs.host }}