From 0a516484f3b8f337285a36c55b1c75155835f54a Mon Sep 17 00:00:00 2001 From: index-git Date: Mon, 11 Dec 2023 09:40:29 +0100 Subject: [PATCH] Upgrade GitHub actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbf409d..eecdf08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,10 +6,10 @@ jobs: Build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: '18.x'