File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-22.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.10'
Original file line number Diff line number Diff line change 1111 matrix :
1212 linter : [copyright, lint_cmake]
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : ros-tooling/setup-ros@v0.7
1616 - uses : ros-tooling/action-ros-lint@v0.1
1717 with :
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242 - name : Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
4343 if : ${{ github.event_name == 'schedule' }}
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 ref : ${{ inputs.ref_for_scheduled_build }}
4747 - run : docker network create --subnet=192.168.56.0/24 ursim_net
You can’t perform that action at this time.
0 commit comments