From 280f6a287b725f80a00d080fff9fd10373309fb6 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Wed, 17 Apr 2024 11:02:27 +0200 Subject: [PATCH] GHA: from Node 16 to Node 20 --- .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 5d85844..ce8f4bd 100644 --- a/.github/workflows/build-neuron.yml +++ b/.github/workflows/build-neuron.yml @@ -105,7 +105,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