From 3d1f3f888b1e07369711ac289a23d3b8a329b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:03:42 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 1.1.0 to 1.2.0 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.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.1.0...v1.2.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 f4adce3b0..0d92b73b9 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.1.0 + uses: appleboy/ssh-action@v1.2.0 env: GH_REPOSITORY: ${{ github.server_url }}/${{ github.repository }} GH_REF: ${{ github.ref }}