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 3030 PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/e-series'
3131
3232 steps :
33- - uses : actions/checkout@v1
33+ - uses : actions/checkout@v4
3434 - name : start ursim
3535 run : |
3636 scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
9696 check_links :
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v4
100100 - name : Check URLs
101101 run : |
102102 .github/helpers/check_urls.sh \
@@ -107,5 +107,5 @@ jobs:
107107 rosdoc_lite_check :
108108 runs-on : ubuntu-latest
109109 steps :
110- - uses : actions/checkout@v1
110+ - uses : actions/checkout@v4
111111 - uses : ./.github/actions/rosdoc_lite_action
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@v3
18+ - uses : actions/checkout@v4
1919 - uses : actions/setup-python@v4
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@v1
29+ - uses : actions/checkout@v4
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
You can’t perform that action at this time.
0 commit comments