From c1fdd9304be45bf8e52536af05359dea5988f744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:16:50 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.3 to 1.1.0 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.1.0. - [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.1.0) --- 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..6ce74a0 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.1.0" with: host: "${{ secrets.PLAYGROUD_SERVER_HOST }}" username: "${{ secrets.PLAYGROUD_SERVER_USERNAME }}"