From 808b6ace2ecc247b58f04a00497952920c67d014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:14:30 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.3 to 0.1.7 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.3 to 0.1.7. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.3...v0.1.7) --- 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 e96b48c..585981c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Deploy to Digital Ocean droplet via SSH action - uses: appleboy/ssh-action@v0.1.3 + uses: appleboy/ssh-action@v0.1.7 env: DEPLOY_DATABASE_URL: ${{ secrets.DEPLOY_DATABASE_URL }} DEPLOY_ENCRYPTION_KEY: ${{ secrets.DEPLOY_ENCRYPTION_KEY }}