Skip to content

Commit 8df6024

Browse files
Merge branch 'humble' into mergify/bp/humble/pr-25
2 parents 4cae9b6 + 244d8cf commit 8df6024

5 files changed

+10
-10
lines changed

.github/workflows/ci-coverage-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
ROS_DISTRO: rolling
1616
steps:
17-
- uses: ros-tooling/setup-ros@0.3.4
17+
- uses: ros-tooling/setup-ros@v0.7
1818
with:
1919
required-ros-distributions: ${{ env.ROS_DISTRO }}
2020
- uses: actions/checkout@v3
@@ -36,12 +36,12 @@ jobs:
3636
}
3737
}
3838
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
39-
- uses: codecov/codecov-action@v3.1.0
39+
- uses: codecov/codecov-action@v4.0.1
4040
with:
4141
file: ros_ws/lcov/total_coverage.info
4242
flags: unittests
4343
name: codecov-umbrella
44-
- uses: actions/upload-artifact@v3.1.0
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: colcon-logs-coverage-rolling
4747
path: ros_ws/log

.github/workflows/ci-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
python-version: '3.10'
1919
- name: Install system hooks
2020
run: sudo apt install -qq clang-format-14 cppcheck
21-
- uses: pre-commit/[email protected].0
21+
- uses: pre-commit/[email protected].1
2222
with:
2323
extra_args: --all-files --hook-stage manual

.github/workflows/ci-ros-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: ros-tooling/setup-ros@v0.2
17+
- uses: ros-tooling/setup-ros@v0.7
1818
- uses: ros-tooling/[email protected]
1919
with:
2020
distribution: rolling
@@ -33,7 +33,7 @@ jobs:
3333
linter: [cpplint]
3434
steps:
3535
- uses: actions/checkout@v3
36-
- uses: ros-tooling/setup-ros@v0.2
36+
- uses: ros-tooling/setup-ros@v0.7
3737
- uses: ros-tooling/[email protected]
3838
with:
3939
distribution: rolling

.github/workflows/reusable-industrial-ci-with-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
ref: ${{ inputs.ref_for_scheduled_build }}
6767
- name: cache target_ws
6868
if: ${{ ! matrix.env.CCOV }}
69-
uses: pat-s/always-upload-cache@v2.1.5
69+
uses: pat-s/always-upload-cache@v3.0.11
7070
with:
7171
path: ${{ env.BASEDIR }}/target_ws
7272
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
7373
restore-keys: |
7474
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
7575
- name: cache ccache
76-
uses: pat-s/always-upload-cache@v2.1.5
76+
uses: pat-s/always-upload-cache@v3.0.11
7777
with:
7878
path: ${{ env.CCACHE_DIR }}
7979
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

.github/workflows/reusable-ros-tooling-source-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
steps:
29-
- uses: ros-tooling/setup-ros@0.3.4
29+
- uses: ros-tooling/setup-ros@v0.7
3030
with:
3131
required-ros-distributions: ${{ inputs.ros_distro }}
3232
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
4545
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/kinematics_interface.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
4646
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
47-
- uses: actions/upload-artifact@v1
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: colcon-logs-ubuntu-22.04
5050
path: ros_ws/log

0 commit comments

Comments
 (0)