File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 name : " ${{ matrix.env.ROS_DISTRO }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }}"
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646
4747 - name : Cache ccache
4848 uses : rhaschke/cache@main
6161 env : ${{ matrix.env }}
6262
6363 - name : Upload clang-tidy fixes (on failure)
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v7
6565 if : failure() && steps.ici.outputs.clang_tidy_checks
6666 with :
6767 name : clang-tidy-fixes.yaml
Original file line number Diff line number Diff line change 1313 name : pre-commit
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 submodules : recursive
1919 - name : Install clang-format
Original file line number Diff line number Diff line change 2929 - id : trailing-whitespace
3030
3131 - repo : https://github.com/psf/black
32- rev : 25.1.0
32+ rev : 26.3.1
3333 hooks :
3434 - id : black
3535 args : ["--line-length", "100"]
You can’t perform that action at this time.
0 commit comments