File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v5
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@v4
18+ - uses : actions/checkout@v5
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@v4
21+ - uses : actions/checkout@v5
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@v4
38+ uses : actions/checkout@v5
3939 - name : Checkout ${{ inputs.ref }} on scheduled build
4040 if : ${{ github.event_name == 'schedule' }}
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
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 1414 runs-on : ubuntu-latest
1515 steps :
1616 # Setup pre-commit
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.10.4
You can’t perform that action at this time.
0 commit comments