From 115176f6b854b2587a24c35a30b573ad4a8e9bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:01:28 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.2 to 1.0.3 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/2451745138b602d3e100a6def50c8e4e39591d4c...029f5b4aeeeb58fdfe1410a5d17f967dacf36262) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/at_client_sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/at_client_sdk.yaml b/.github/workflows/at_client_sdk.yaml index fa6ce4749..61cf63ff0 100644 --- a/.github/workflows/at_client_sdk.yaml +++ b/.github/workflows/at_client_sdk.yaml @@ -169,7 +169,7 @@ jobs: - name: update image on cicd VMs # Needs a secret, so don't run for Dependabot PRs if: ${{ github.actor != 'dependabot[bot]' }} - uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # v1.0.2 + uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: host: "cicd1.atsign.wtf,cicd2.atsign.wtf" username: ubuntu