From 06d29dcaf3f94dc82ddde97bb60278ffa002978b Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 23 Jul 2024 12:03:55 +0200 Subject: [PATCH] Try again --- .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 235fa29..808575f 100644 --- a/.github/workflows/build-neuron.yml +++ b/.github/workflows/build-neuron.yml @@ -85,7 +85,7 @@ jobs: steps: # Checkout the dedicated repository that steers the CI build - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Install required packages using the system package manager. This # includes installing or updating the git client to a sufficiently