From 6d733b5d33b7e571bd99e2062532fc613198552f Mon Sep 17 00:00:00 2001 From: Meno25 Date: Tue, 8 Oct 2024 21:33:38 +0300 Subject: [PATCH] Update add_ssh_deploy_server.yml Update to actions/checkout@v4 so that it runs on Node.js 20 instead of Node.js 16 --- .github/workflows/add_ssh_deploy_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_ssh_deploy_server.yml b/.github/workflows/add_ssh_deploy_server.yml index 7f14dc5..610c579 100644 --- a/.github/workflows/add_ssh_deploy_server.yml +++ b/.github/workflows/add_ssh_deploy_server.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy to server (lokasbot) uses: appleboy/ssh-action@v1.0.3 with: