From bbfa8ea88b709fe54b3973aa383fd0680df6780e Mon Sep 17 00:00:00 2001 From: niazhussain Date: Mon, 23 Oct 2023 22:24:52 +0200 Subject: [PATCH] add: remote run test --- .github/workflows/RemoteServer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RemoteServer.yml b/.github/workflows/RemoteServer.yml index cdc6b1eb..77808388 100644 --- a/.github/workflows/RemoteServer.yml +++ b/.github/workflows/RemoteServer.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up SSH - uses: webfactory/ssh-agent@v0.4 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.SSH_KEY_AUTOTEST }}