From 6e38646136847788198a89fef012a502e063ba1f Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Sun, 17 Nov 2024 08:55:24 +0100 Subject: [PATCH] GHA: from Node 16 to Node 20 (#63) --- .github/workflows/build-neuron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-neuron.yml b/.github/workflows/build-neuron.yml index cf22371..acb4352 100644 --- a/.github/workflows/build-neuron.yml +++ b/.github/workflows/build-neuron.yml @@ -103,7 +103,7 @@ jobs: steps: # Checkout the dedicated repository that steers the CI build - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Install required packages using the system package manager. This # includes installing or updating the git client to a sufficiently