From 45ee767991d21a85e6d6b42ac7e632f37dbc5318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:15:53 +0000 Subject: [PATCH] Bump easingthemes/ssh-deploy from 5.0.3 to 5.1.1 Bumps [easingthemes/ssh-deploy](https://github.com/easingthemes/ssh-deploy) from 5.0.3 to 5.1.1. - [Release notes](https://github.com/easingthemes/ssh-deploy/releases) - [Changelog](https://github.com/easingthemes/ssh-deploy/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.1) --- updated-dependencies: - dependency-name: easingthemes/ssh-deploy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67d8992..43d0584 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy to server if: success() - uses: easingthemes/ssh-deploy@v5.0.3 + uses: easingthemes/ssh-deploy@v5.1.1 env: SSH_PRIVATE_KEY: ${{ secrets.REMOTE_SSH_PRIVATE_KEY }} ARGS: "-rltgoDzvO --include-from=.deploy_include --exclude-from=.deploy_ignore --delete"