File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
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@v4
13+ - uses : actions/checkout@v5
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 3131 PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/polyscopex'
3232
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - name : start ursim
3636 run : |
3737 scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
@@ -105,7 +105,7 @@ jobs:
105105 test_start_ursim :
106106 runs-on : ubuntu-latest
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109 - uses : ruby/setup-ruby@v1
110110 with :
111111 ruby-version : ' 3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml
Original file line number Diff line number Diff line change 3030 env :
3131 DOCKER_RUN_OPTS : ' -v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - run : docker network create --subnet=192.168.56.0/24 ursim_net
3535 if : ${{ !env.ACT }}
3636 - uses : ' ros-industrial/industrial_ci@master'
Original file line number Diff line number Diff line change 1515 name : pre-commit
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.4
Original file line number Diff line number Diff line change 2626 OS_VERSION : noble
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - run : sudo apt-get install -y python3-pip
3131 - run : sudo pip3 install empy==3.3.4 # Added as bloom not yet support empy v4
3232 - run : sudo pip3 install bloom rosdep
Original file line number Diff line number Diff line change 1717 concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : actions/setup-python@v5
2222 with :
2323 cache : ' pip'
Original file line number Diff line number Diff line change 1212 runs-on : windows-2022
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : configure
1717 run : mkdir build && cd build && cmake .. -DBUILDING_TESTS=1
1818 # run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
You can’t perform that action at this time.
0 commit comments