File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Format
1313 runs-on : ubuntu-22.04
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.10.6
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 steps :
4343 - name : Checkout code
4444 if : github.event_name != 'schedule'
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646 - name : Checkout code for scheduled workflow
4747 if : github.event_name == 'schedule'
48- uses : actions/checkout@v6
48+ uses : actions/checkout@v7
4949 with :
5050 ref : humble
5151 - name : Checkout ros2_control framework for semi-binary builds
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 steps :
3131 - name : Checkout code
3232 if : github.event_name != 'schedule'
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 - name : Checkout code for scheduled workflow
3535 if : github.event_name == 'schedule'
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737 with :
3838 ref : jazzy
3939 - name : Checkout ros2_control framework for semi-binary builds
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 steps :
3131 - name : Checkout code
3232 if : github.event_name != 'schedule'
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 - name : Checkout code for scheduled workflow
3535 if : github.event_name == 'schedule'
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737 with :
3838 ref : kilted
3939 - name : Checkout ros2_control framework for semi-binary builds
Original file line number Diff line number Diff line change 3131 container :
3232 image : ghcr.io/ros-controls/ros:${{ matrix.ros-distro }}-ubuntu${{ matrix.ros-repo-packages }}
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535 - name : Checkout ros2_control framework for semi-binary builds
3636 if : ${{ matrix.upstream-repos != '' }}
3737 run : vcs import --input ${{ matrix.upstream-repos }}
Original file line number Diff line number Diff line change 3333 container :
3434 image : ghcr.io/ros-controls/ros:${{ matrix.ros-distro }}-ubuntu${{ matrix.ros-repo-packages }}
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 - name : Checkout ros2_control framework for semi-binary builds
3838 if : ${{ matrix.upstream-repos != '' }}
3939 run : vcs import --input ${{ matrix.upstream-repos }}
You can’t perform that action at this time.
0 commit comments