Skip to content

Commit

Permalink
Bump versions of actions in GitHub CI (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Jun 19, 2024
1 parent 7e8d42e commit 0b85777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Check DCO
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distro:
- rolling
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ws/src/ros2/ros2_tracing
- uses: ros-tooling/setup-ros@master
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
distro:
- rolling
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ws/src/ros2/ros2_tracing
- uses: ros-tooling/setup-ros@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
ROS2_REPOS_FILE_URL: 'https://raw.githubusercontent.com/ros2/ros2/${{ matrix.distro }}/ros2.repos'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: ${{ matrix.build-type == 'binary' && matrix.distro || '' }}
Expand Down

0 comments on commit 0b85777

Please sign in to comment.