Skip to content

Commit ef75746

Browse files
authored
Update arduino-lint.yml
1 parent 8c0ffcc commit ef75746

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
2-
name: Arduino-lint
3-
41
on: [push, pull_request]
52
jobs:
63
lint:
74
runs-on: ubuntu-latest
85
steps:
9-
- uses: actions/checkout@v3
10-
- uses: arduino/arduino-lint-action@v1
6+
- uses: actions/checkout@v4
7+
- uses: arduino/arduino-lint-action@v2
118
with:
129
library-manager: update
1310
compliance: strict

0 commit comments

Comments
 (0)