Skip to content

Commit 6a58be2

Browse files
committed
Update snippets in readme to use v2 ref
A 2.0.0 release of the action has been made. To accompany it, a `v2` major version ref has been created. For this reason, in order to use the latest release of the action, the `v2` major version ref must now be used in workflows. The workflow snippets in the readme are hereby updated to demonstrate the use of this major version ref.
1 parent 4de5fc8 commit 6a58be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)