We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b324381 + 987e874 commit 0d4f175Copy full SHA for 0d4f175
.github/workflows/check-arduino.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Arduino Lint
22
uses: arduino/arduino-lint-action@v1
.github/workflows/compile-platform-examples.yml
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
- name: Compile examples
182
uses: arduino/compile-sketches@v1
.github/workflows/spell-check.yml
- name: Spell check
uses: codespell-project/actions-codespell@master
0 commit comments