From a8b0e4d2cb843145760948836800a2da677c7162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:57:18 +0000 Subject: [PATCH] chore(deps): bump appleboy/scp-action from 0.1.3 to 0.1.7 Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.3 to 0.1.7. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Commits](https://github.com/appleboy/scp-action/compare/v0.1.3...v0.1.7) --- updated-dependencies: - dependency-name: appleboy/scp-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-vm.yml b/.github/workflows/deploy-vm.yml index 74a65740..7e62005b 100644 --- a/.github/workflows/deploy-vm.yml +++ b/.github/workflows/deploy-vm.yml @@ -28,7 +28,7 @@ jobs: test -f .env || cp .env.example .env - name: copy files to server - uses: appleboy/scp-action@v0.1.3 + uses: appleboy/scp-action@v0.1.7 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}