From a98ef2277ec065336edc2f389b0d0244f15d6e8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:17:25 +0000 Subject: [PATCH] chore(deps): update easingthemes/ssh-deploy action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4ce7ee8..bf3b9dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: nr build - name: SSH Deploy - uses: easingthemes/ssh-deploy@v4.1.10 + uses: easingthemes/ssh-deploy@v5.0.3 env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} ARGS: "-avzr --delete"