From 095affa914fdadbc85f82a9eaf4247b13cf43cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:32:19 -0400 Subject: [PATCH] Bump appleboy/ssh-action from 1.0.3 to 1.1.0 (#1404) 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] 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 f51f18ea4..f4adce3b0 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@v1.0.3 + uses: appleboy/ssh-action@v1.1.0 env: GH_REPOSITORY: ${{ github.server_url }}/${{ github.repository }} GH_REF: ${{ github.ref }}