From e879c7947e46985975b53474b0cca6cc5a48e5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:17:00 +0000 Subject: [PATCH] chore(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.2.5) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ec2-masterclass.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ec2-masterclass.yml b/.github/workflows/ec2-masterclass.yml index e4e5fe1..771671c 100644 --- a/.github/workflows/ec2-masterclass.yml +++ b/.github/workflows/ec2-masterclass.yml @@ -119,7 +119,7 @@ jobs: source: "docker-compose.yml" target: "~/shopsmart/" - name: Execute - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.EC2_HOST }} username: ${{ secrets.EC2_USER }}