From 0173ca178fb7a95e64647c7b2c0e759eaf11c563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Wed, 24 Jan 2024 09:57:08 +0100 Subject: [PATCH] Update the CI --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b9c63ff5..2bfd0836 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,9 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: npm node-version: 21