From d80a323941b62080bbb55fe0d512a6d03e1fd8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:47:04 +0000 Subject: [PATCH] Bump appleboy/ssh-action from 0.1.7 to 1.0.0 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.7 to 1.0.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.7...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] --- .github/workflows/gadi_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gadi_deploy.yml b/.github/workflows/gadi_deploy.yml index eb3c94f..c7bf898 100644 --- a/.github/workflows/gadi_deploy.yml +++ b/.github/workflows/gadi_deploy.yml @@ -22,7 +22,7 @@ jobs: KEY: ${{secrets.DEPLOY_KEY}} USER: ${{secrets.GADI_USER}} - name: Update catalog - uses: appleboy/ssh-action@v0.1.7 + uses: appleboy/ssh-action@v1.0.0 with: host: gadi.nci.org.au username: ${{secrets.GADI_USER}}