From 6d9b5b7be6ed1268ebca175f17da99edf91ae69f Mon Sep 17 00:00:00 2001 From: David Madison Date: Sat, 10 Feb 2024 21:49:18 -0500 Subject: [PATCH] Update CI checkout action to v4 v4 uses Node.js 16 which is deprecated --- .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 0ccac16..3649eb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Arduino IDE run: |