From 2ac47357cd604100fe251b3c3c08772e638c804c Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Sun, 15 Oct 2023 21:01:08 +0200 Subject: [PATCH] test actions/checkout@v4 --- .github/workflows/LibraryBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LibraryBuild.yml b/.github/workflows/LibraryBuild.yml index a84f404..a298aa3 100644 --- a/.github/workflows/LibraryBuild.yml +++ b/.github/workflows/LibraryBuild.yml @@ -73,7 +73,7 @@ jobs: # clone the repo using the `checkout` action - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Arduino Lint uses: arduino/arduino-lint-action@v1 @@ -82,7 +82,7 @@ jobs: # this library is not in the Arduino registry, so it must be installed manually - name: Checkout SerialCommand library - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: kroimon/Arduino-SerialCommand ref: master