From 346859c4aa313d4d4638374a98ac74d13a0145c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:59:48 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.2 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.2. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_latest_playground.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_latest_playground.yml b/.github/workflows/deploy_latest_playground.yml index 8238c6f..f2fb4a1 100644 --- a/.github/workflows/deploy_latest_playground.yml +++ b/.github/workflows/deploy_latest_playground.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: "Deploying Playground on the server" - uses: "appleboy/ssh-action@v1.0.3" + uses: "appleboy/ssh-action@v1.2.2" with: host: "${{ secrets.PLAYGROUD_SERVER_HOST }}" username: "${{ secrets.PLAYGROUD_SERVER_USERNAME }}"