Skip to content

Commit e4e50bd

Browse files
authored
Merge pull request #187 from Rotzbua/patch-1
Update actions/checkout to current v3
2 parents 33db932 + d4f8f86 commit e4e50bd

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
@@ -120,7 +120,7 @@ jobs:
120120
lint:
121121
runs-on: ubuntu-latest
122122
steps:
123-
- uses: actions/checkout@v2
123+
- uses: actions/checkout@v3
124124
- uses: arduino/arduino-lint-action@v1
125125
```
126126
@@ -132,7 +132,7 @@ jobs:
132132
lint:
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/checkout@v2
135+
- uses: actions/checkout@v3
136136
- uses: arduino/arduino-lint-action@v1
137137
with:
138138
library-manager: update

0 commit comments

Comments
 (0)