File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : ' ros-industrial/industrial_ci@master'
1717 env :
1818 ROS_DISTRO : noetic
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@v3
38+ uses : actions/checkout@v4
3939 - name : Checkout ${{ inputs.ref }} on scheduled build
4040 if : ${{ github.event_name == 'schedule' }}
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242 with :
4343 ref : ${{ inputs.ref_for_scheduled_build }}
4444 - run : docker network create --subnet=192.168.56.0/24 ursim_net
You can’t perform that action at this time.
0 commit comments