File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
18+ - uses : actions/checkout@v7
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@v6
14+ - uses : actions/checkout@v7
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 @@ -38,10 +38,10 @@ jobs:
3838 steps :
3939 - name : Checkout ${{ inputs.ref_for_scheduled_build }} when build is not scheduled
4040 if : ${{ github.event_name != 'schedule' }}
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v7
4242 - name : Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
4343 if : ${{ github.event_name == 'schedule' }}
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
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