From b53319f13a478fa7a39458526ac4e46a4063c832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:00:56 +0100 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.3 to 1.1.0 (#155) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com> --- .github/workflows/RemoteSSHCommand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RemoteSSHCommand.yml b/.github/workflows/RemoteSSHCommand.yml index b38cf8b4..7420564e 100644 --- a/.github/workflows/RemoteSSHCommand.yml +++ b/.github/workflows/RemoteSSHCommand.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4 - name: executing remote ssh commands using ssh key - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.1.0 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}