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 10
10
check_links :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Restore lychee cache
15
15
id : restore-cache
16
16
uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change 31
31
PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/polyscopex'
32
32
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- name : start ursim
36
36
run : |
37
37
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
@@ -105,7 +105,7 @@ jobs:
105
105
test_start_ursim :
106
106
runs-on : ubuntu-latest
107
107
steps :
108
- - uses : actions/checkout@v4
108
+ - uses : actions/checkout@v5
109
109
- uses : ruby/setup-ruby@v1
110
110
with :
111
111
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 30
30
env :
31
31
DOCKER_RUN_OPTS : ' -v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- run : docker network create --subnet=192.168.56.0/24 ursim_net
35
35
if : ${{ !env.ACT }}
36
36
- uses : ' ros-industrial/industrial_ci@master'
Original file line number Diff line number Diff line change 15
15
name : pre-commit
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.10.4
Original file line number Diff line number Diff line change 26
26
OS_VERSION : noble
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- run : sudo apt-get install -y python3-pip
31
31
- run : sudo pip3 install empy==3.3.4 # Added as bloom not yet support empy v4
32
32
- run : sudo pip3 install bloom rosdep
Original file line number Diff line number Diff line change 17
17
concurrency :
18
18
group : ${{ github.workflow }}-${{ github.ref }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : actions/setup-python@v5
22
22
with :
23
23
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
runs-on : windows-2022
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : configure
17
17
run : mkdir build && cd build && cmake .. -DBUILDING_TESTS=1
18
18
# run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
You can’t perform that action at this time.
0 commit comments