File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 check_links :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Restore lychee cache
1515 id : restore-cache
1616 uses : actions/cache/restore@v4
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.4
Original file line number Diff line number Diff line change 2020 with :
2121 required-ros-distributions : ${{ env.ROS_DISTRO }}
2222 use-ros2-testing : true
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 -
uses :
ros-tooling/[email protected] 2525 with :
2626 target-ros2-distro : ${{ env.ROS_DISTRO }}
Original file line number Diff line number Diff line change 1919 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
2020 IMMEDIATE_TEST_OUTPUT : true
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 ref : foxy
2525 - name : start ursim
Original file line number Diff line number Diff line change 1717 NOT_TEST_BUILD : true
1818 NOT_TEST_DOWNSTREAM : true
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 ref : galactic
2323 - uses : ' ros-industrial/industrial_ci@master'
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 steps :
4747 - name : Checkout ${{ github.ref_name }} since build is not scheduled
4848 if : ${{ github.event_name != 'schedule' }}
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 - name : Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
5151 if : ${{ github.event_name == 'schedule' }}
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353 with :
5454 ref : ${{ inputs.ref_for_scheduled_build }}
5555 - run : docker network create --subnet=192.168.56.0/24 ursim_net
Original file line number Diff line number Diff line change 1717 concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
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@v5
17+ - uses : actions/checkout@v6
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