From 297004360b4f4e36ef02a4baca662c458a7601e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:57:57 +0000 Subject: [PATCH] build(deps): bump appleboy/scp-action from 0.1.4 to 0.1.7 Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.4 to 0.1.7. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Commits](https://github.com/appleboy/scp-action/compare/v0.1.4...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/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 2497b9b..0b21db6 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -30,7 +30,7 @@ jobs: # Copy it to the server - name: Copying build/html/ to remote server - uses: appleboy/scp-action@v0.1.4 + uses: appleboy/scp-action@v0.1.7 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}