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.
1 parent 427d824 commit 029fcbcCopy full SHA for 029fcbc
.github/workflows/arduino-lint.yml
@@ -5,8 +5,8 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
9
- - uses: arduino/arduino-lint-action@v1
+ - uses: actions/checkout@v4
+ - uses: arduino/arduino-lint-action@v2
10
with:
11
library-manager: update
12
compliance: strict
0 commit comments