From 403fc76f97570bc8aa30fb8e7e5a63412030a1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:28:57 +0000 Subject: [PATCH] chore(deps): bump appleboy/ssh-action from 1.0.2 to 1.0.3 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 460d5dc1..4a83fea4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: name: deploy image runs-on: ubuntu-latest steps: - - uses: appleboy/ssh-action@v1.0.2 + - uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USERNAME }}