Skip to content

Commit 2a5bb03

Browse files
committed
update setup-ros and action-ros-ci to use new repo keys
1 parent e62f86e commit 2a5bb03

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ros2_ament_black.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
path: src/${{ inputs.repo }}
2525
fetch-depth: 0
26-
- uses: ros-tooling/[email protected].1
26+
- uses: ros-tooling/[email protected].14
2727
with:
2828
required-ros-distributions: ${{ matrix.distro }}
29-
- uses: ros-tooling/action-ros-ci@0.3.5
29+
- uses: ros-tooling/action-ros-ci@0.4.4
3030
with:
3131
target-ros2-distro: ${{ matrix.distro }}
3232
vcs-repo-file-url: ${{ inputs.vcs_url }}

.github/workflows/ros2_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
path: src/${{ inputs.repo }}
2727
fetch-depth: 0
28-
- uses: ros-tooling/[email protected].4
28+
- uses: ros-tooling/[email protected].14
2929
with:
3030
required-ros-distributions: ${{ matrix.distro }}
31-
- uses: ros-tooling/action-ros-ci@0.3.11
31+
- uses: ros-tooling/action-ros-ci@0.4.4
3232
with:
3333
target-ros2-distro: ${{ matrix.distro }}
3434
vcs-repo-file-url: ${{ inputs.vcs_url }}
@@ -52,10 +52,10 @@ jobs:
5252
with:
5353
path: src/${{ inputs.repo }}
5454
fetch-depth: 0
55-
- uses: ros-tooling/[email protected].4
55+
- uses: ros-tooling/[email protected].14
5656
with:
5757
required-ros-distributions: ${{ matrix.distro }}
58-
- uses: ros-tooling/action-ros-ci@0.3.11
58+
- uses: ros-tooling/action-ros-ci@0.4.4
5959
with:
6060
target-ros2-distro: ${{ matrix.distro }}
6161
vcs-repo-file-url: ${{ inputs.vcs_url }}

.github/workflows/ros2_since_jazzy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
path: src/${{ inputs.repo }}
2727
fetch-depth: 0
28-
- uses: ros-tooling/[email protected].4
28+
- uses: ros-tooling/[email protected].14
2929
with:
3030
required-ros-distributions: ${{ matrix.distro }}
31-
- uses: ros-tooling/action-ros-ci@0.3.11
31+
- uses: ros-tooling/action-ros-ci@0.4.4
3232
with:
3333
target-ros2-distro: ${{ matrix.distro }}
3434
vcs-repo-file-url: ${{ inputs.vcs_url }}

0 commit comments

Comments
 (0)