We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e8ccf7 + e57fecf commit c16087eCopy full SHA for c16087e
.github/workflows/check-arduino.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
22
- name: Arduino Lint
23
uses: arduino/arduino-lint-action@v1
.github/workflows/compile-examples.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Compile examples
49
uses: arduino/compile-sketches@v1
.github/workflows/spell-check.yml
- name: Spell check
uses: codespell-project/actions-codespell@master
0 commit comments