From a8c2b5ba637e6da4410bf24bfee6f8490c382b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:16:35 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.0.1 to 1.0.3 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.1...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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4814cbc..be26a61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: # sudo curl -L "https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose # sudo chmod o+rwx /usr/local/bin/docker-compose - name: Deploy using SSH - uses: appleboy/ssh-action@v1.0.1 + uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.EC2_ADDRESS }} username: ${{ secrets.EC2_USERNAME }}