From 7de5247e9191f71f4e9d8a521e4b9e88d4e4576d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:29:15 +0000 Subject: [PATCH] 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/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 4c45b1f22..ca260deaf 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 }}