From 407b1ef0fc153f26835ed723073e94aa8ef5487d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:06:46 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.3 to 0.1.10 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.3 to 0.1.10. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.3...v0.1.10) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 07a5125..36361b1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Deploy to Google Compute Engine via SSH action - uses: appleboy/ssh-action@v0.1.3 + uses: appleboy/ssh-action@v0.1.10 env: SHA: ${{ github.sha }} with: