From 093e30ceb619f495198545617846d0525c508cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:08:29 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.3 to 0.1.9 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.3 to 0.1.9. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.3...v0.1.9) --- 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..2730347 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.9 env: SHA: ${{ github.sha }} with: