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 1515 - linter : lint_cmake
1616 arguments : ' '
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - uses : ros-tooling/setup-ros@v0.7
2020 - uses : ros-tooling/action-ros-lint@v0.1
2121 with :
Original file line number Diff line number Diff line change 1818 env :
1919 BASEDIR : ${{ github.workspace }}/.work
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : ' ros-industrial/industrial_ci@master'
2323 env :
2424 ROS_DISTRO : ${{ matrix.ROS_DISTRO }}
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 steps :
3636 - name : Checkout ${{ inputs.ref }} when build is not scheduled
3737 if : ${{ github.event_name != 'schedule' }}
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939 - name : Checkout ${{ inputs.ref }} on scheduled build
4040 if : ${{ github.event_name == 'schedule' }}
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242 with :
4343 ref : ${{ inputs.ref_for_scheduled_build }}
4444 - uses : ' ros-industrial/industrial_ci@master'
Original file line number Diff line number Diff line change 1717 concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - uses : actions/setup-python@v6
2222 with :
2323 cache : ' pip'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 # Setup pre-commit
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 - uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.10.4
You can’t perform that action at this time.
0 commit comments