File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/e-series'
31
31
32
32
steps :
33
- - uses : actions/checkout@v1
33
+ - uses : actions/checkout@v4
34
34
- name : start ursim
35
35
run : |
36
36
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
96
96
check_links :
97
97
runs-on : ubuntu-latest
98
98
steps :
99
- - uses : actions/checkout@v2
99
+ - uses : actions/checkout@v4
100
100
- name : Check URLs
101
101
run : |
102
102
.github/helpers/check_urls.sh \
@@ -107,5 +107,5 @@ jobs:
107
107
rosdoc_lite_check :
108
108
runs-on : ubuntu-latest
109
109
steps :
110
- - uses : actions/checkout@v1
110
+ - uses : actions/checkout@v4
111
111
- uses : ./.github/actions/rosdoc_lite_action
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@v3
18
+ - uses : actions/checkout@v4
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@v1
29
+ - uses : actions/checkout@v4
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
You can’t perform that action at this time.
0 commit comments