Skip to content

Commit

Permalink
Github workflow: Revert version increas in checkout action
Browse files Browse the repository at this point in the history
To test, whether this fixes the "report" stage on PR, or whether that breakage is due to something else.
  • Loading branch information
tfry-git committed Oct 21, 2023
1 parent 2422886 commit 349b8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 349b8ad

Please sign in to comment.