Skip to content

Commit 42b00b2

Browse files
authored
Merge pull request #421 from per1234/update-snippets
Update snippets in readme to use v2 ref
2 parents 4de5fc8 + 6a58be2 commit 42b00b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
runs-on: ubuntu-latest
125125
steps:
126126
- uses: actions/checkout@v4
127-
- uses: arduino/arduino-lint-action@v1
127+
- uses: arduino/arduino-lint-action@v2
128128
```
129129
130130
A more complex workflow which uses [inputs](#inputs) to configure the action for Library Manager ["update" mode](#library-manager) and strict compliance:
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137
steps:
138138
- uses: actions/checkout@v4
139-
- uses: arduino/arduino-lint-action@v1
139+
- uses: arduino/arduino-lint-action@v2
140140
with:
141141
library-manager: update
142142
compliance: strict

0 commit comments

Comments
 (0)