From 97a0e3b5dcd75f65097b68e27aae81a437b88c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 01:46:47 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.9 to 1.0.0 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.9 to 1.0.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.9...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 359f266..2a48fba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Deploy via ssh - uses: appleboy/ssh-action@v0.1.9 + uses: appleboy/ssh-action@v1.0.0 with: script: ~/update_teslabot.bash host: ${{ secrets.DEPLOY_HOST }}