Skip to content

Commit 2888a81

Browse files
Bump ros-tooling/setup-ros from 0.7.1 to 0.7.2 (#55)
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](ros-tooling/setup-ros@0.7.1...0.7.2) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 057a706 commit 2888a81

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: coverage build ${{ inputs.ros_distro }}
1818
runs-on: ${{ inputs.os_name }}
1919
steps:
20-
- uses: ros-tooling/[email protected].1
20+
- uses: ros-tooling/[email protected].2
2121
- name: Temporary fix for rolling by setting the ROSDISTRO_INDEX_URL
2222
# see https://docs.ros.org/en/rolling/How-To-Guides/Using-Custom-Rosdistro.html
2323
# TODO(anyone): remove/deactivate after rolling is fixed on noble

.github/workflows/reusable-pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ inputs.os_name }}
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: ros-tooling/[email protected].1
23+
- uses: ros-tooling/[email protected].2
2424
- uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pre-commit

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# this will be src/{repo-owner}/{repo-name}
3333
path: src/${{ github.repository }}
3434
steps:
35-
- uses: ros-tooling/[email protected].1
35+
- uses: ros-tooling/[email protected].2
3636
with:
3737
required-ros-distributions: ${{ inputs.ros_distro }}
3838
- uses: actions/checkout@v4

.github/workflows/reusable-rosdoc2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# this will be src/{repo-owner}/{repo-name}
1212
path: src/${{ github.repository }}
1313
steps:
14-
- uses: ros-tooling/[email protected].1
14+
- uses: ros-tooling/[email protected].2
1515
- name: Install rosdoc2 and deps
1616
run: |
1717
sudo apt-get update

0 commit comments

Comments
 (0)