From bc78c9ab99902ec9033ff02b0e378faa58cd5865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:22:04 +0400 Subject: [PATCH] [depbot] Bump appleboy/ssh-action from 1.0.3 to 1.1.0 in the deps group (#4279) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 28f6fbfc8e2..82755e0768a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -67,7 +67,7 @@ jobs: tags: ${{ needs.prepare.outputs.image_name }} - name: SSH into VM - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.1.0 env: NEW_IMAGE: ${{ needs.prepare.outputs.image_name }} with: