From cd9d4289effa8ba998add1008ff42c9c6263afd3 Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 15 Mar 2026 12:09:05 +0100 Subject: [PATCH] update actions/checkout version to use node24 and fix CI warnings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa67469..316c20f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Arduino CLI uses: arduino/setup-arduino-cli@v1