File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 - 3.8
1212
1313 name : Lint (python-${{ matrix.python_version }})
14- runs-on : ubuntu-20.04
14+ runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
18- - uses : actions/setup-python@v2
17+ - uses : actions/checkout@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python_version }}
2121 - run : pip install flake8
@@ -30,20 +30,22 @@ jobs:
3030 # http://wiki.ros.org/Distributions
3131 - ros_distribution : noetic
3232 os : ubuntu-20.04
33+ os_container : ubuntu:20.04
3334
3435 name : ROS 1 ${{ matrix.ros_distribution }} (${{ matrix.os }})
35- runs-on : ${{ matrix.os }}
36+ runs-on : ubuntu-latest
37+ container : ${{ matrix.os_container }}
3638
3739 steps :
38- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v5
3941 with :
4042 path : ros_ws/src
4143
4244 - uses : ros-tooling/setup-ros@v0.7
4345 with :
4446 required-ros-distributions : ${{ matrix.ros_distribution }}
4547
46- - uses : ros-tooling/action-ros-ci@v0.3
48+ - uses : ros-tooling/action-ros-ci@v0.4
4749 env :
4850 SETUPTOOLS_USE_DISTUTILS : stdlib
4951 with :
You can’t perform that action at this time.
0 commit comments