From f436a84dd8a5dc5763151f7743129cf3614c813c Mon Sep 17 00:00:00 2001 From: Guido Gloor Date: Sun, 18 Aug 2024 10:34:28 +0200 Subject: [PATCH] Versions for actions --- .github/workflows/deploy_with_scp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_with_scp.yml b/.github/workflows/deploy_with_scp.yml index 450c45e..307de2d 100644 --- a/.github/workflows/deploy_with_scp.yml +++ b/.github/workflows/deploy_with_scp.yml @@ -11,10 +11,10 @@ jobs: steps: - name: 🚚 Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 🛠 Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '16' @@ -25,7 +25,7 @@ jobs: run: npm run build - name: 📂 Deploy to server - uses: appleboy/scp-action@master + uses: appleboy/scp-action@v0.1.7 with: host: sl2201.web.hostpoint.ch username: bkserfa