From 367b451eb708dff1aa6e5ba179e1c88c4b9917e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:27:31 -0400 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.10 to 1.0.0 (#1214) Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.10 to 1.0.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.10...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-s390x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-s390x.yml b/.github/workflows/test-s390x.yml index dcb7484ba..d46d562ae 100644 --- a/.github/workflows/test-s390x.yml +++ b/.github/workflows/test-s390x.yml @@ -55,7 +55,7 @@ jobs: fi done - name: Install dependencies and run all tests on s390x ZVSI - uses: appleboy/ssh-action@v0.1.10 + uses: appleboy/ssh-action@v1.0.0 env: GH_REPOSITORY: ${{ github.server_url }}/${{ github.repository }} GH_REF: ${{ github.ref }}