From 349b8ad0cb7723f031b03f1df890f35a70209219 Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Sat, 21 Oct 2023 10:40:46 +0200 Subject: [PATCH] Github workflow: Revert version increas in checkout action To test, whether this fixes the "report" stage on PR, or whether that breakage is due to something else. --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index bc91b215c..e43891ca6 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Compile examples uses: arduino/compile-sketches@v1