File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - uses : arduino/arduino-lint-action@v1
1414 with :
1515 library-manager : update
2424 path :
2525 - ' src'
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - name : Run clang-format style check for C/C++/Protobuf programs.
2929 uses : jidicula/clang-format-action@v4.13.0
3030 with :
3434 unit :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838 - uses : ruby/setup-ruby@v1
3939 with :
4040 ruby-version : 2.6
5050 - " arduino:avr:mega"
5151 - " arduino:sam:arduino_due_x_dbg"
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 - uses : arduino/compile-sketches@v1
5555 with :
5656 fqbn : ${{ matrix.fqbn }}
You can’t perform that action at this time.
0 commit comments