File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 timeout-minutes : 5
88 steps :
9- - uses : actions/checkout@v4
10- - uses : arduino/arduino-lint-action@v1
9+ - uses : actions/checkout@v6
10+ - uses : arduino/arduino-lint-action@v2
1111 with :
1212 library-manager : update
1313 compliance : strict
Original file line number Diff line number Diff line change 66 runTest :
77 runs-on : ubuntu-latest
88 timeout-minutes : 20
9-
109 steps :
11- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1211 - uses : ruby/setup-ruby@v1
1312 with :
1413 ruby-version : 2.6
Original file line number Diff line number Diff line change 55 paths :
66 - ' **.json'
77 pull_request :
8+ paths :
9+ - ' **.json'
810
911jobs :
1012 test :
1113 runs-on : ubuntu-latest
1214 timeout-minutes : 5
1315 steps :
14- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1517 - name : json-syntax-check
1618 uses : limitusus/json-syntax-check@v2
1719 with :
You can’t perform that action at this time.
0 commit comments