Skip to content

Commit 36499f5

Browse files
Update to colcon-action v13
1 parent 4eff996 commit 36499f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE\vcpkg\installed\arm64-osx-release" >> "$GITHUB_ENV"
5050
5151
- name: Build and Tests
52-
uses: johnwason/colcon-action@macos
52+
uses: tesseract-robotics/colcon-action@v13
5353
with:
5454
ccache-prefix: ${{ matrix.distro }}
5555
vcs-file: plugin_loader/dependencies.repos

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
4343
4444
- name: Build and Tests
45-
uses: tesseract-robotics/colcon-action@v11
45+
uses: tesseract-robotics/colcon-action@v13
4646
with:
4747
before-script: 'apt install -y -qq clang-tidy lcov'
4848
ccache-prefix: ${{ matrix.distro }}

.github/workflows/windows_2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE\vcpkg\installed\x64-windows-release" >> "$GITHUB_ENV"
5656
5757
- name: Build and Tests
58-
uses: tesseract-robotics/colcon-action@v11
58+
uses: tesseract-robotics/colcon-action@v13
5959
with:
6060
ccache-prefix: ${{ matrix.distro }}
6161
vcs-file: plugin_loader/dependencies.repos

0 commit comments

Comments
 (0)