From a3f9ee12c935cc315ec179e759ca3c80b4e5b7e7 Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Tue, 13 Feb 2024 16:18:36 -0800 Subject: [PATCH] Update GH actions --- .github/workflows/cibuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 24fc4c0..72024d6 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -19,9 +19,9 @@ jobs: nodeVersion: [ 14, 16, 18, 20 ] name: Run Tests - Node ${{ matrix.nodeVersion }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.nodeVersion }} cache: 'npm'