From 373b1eb03d3aad49571a3c3e6610206daa6dbe82 Mon Sep 17 00:00:00 2001 From: Will Barber Date: Fri, 30 Aug 2024 22:18:16 +0100 Subject: [PATCH] Update .github/workflows/compile.yml Co-authored-by: Jake Howard --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index e30b150..aef5ef1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -5,7 +5,7 @@ jobs: compile-sketch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: arduino/compile-sketches@v1 with: fqbn: "arduino:avr:uno"