Skip to content

Commit

Permalink
Update colcon action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 21, 2023
1 parent ba6175b commit 049b8db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
apt install -y clang-tidy libompl-dev taskflow
- name: Build and Tests
uses: tesseract-robotics/colcon-action@before_script
uses: tesseract-robotics/colcon-action@v2
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
apt install -y libompl-dev taskflow
- name: Build and Tests
uses: tesseract-robotics/colcon-action@before_script
uses: tesseract-robotics/colcon-action@v2
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
apt install -y libompl-dev taskflow
- name: Build and Tests
uses: tesseract-robotics/colcon-action@before_script
uses: tesseract-robotics/colcon-action@v2
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
apt install -y libompl-dev taskflow
- name: Build and Tests
uses: tesseract-robotics/colcon-action@before_script
uses: tesseract-robotics/colcon-action@v2
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
Expand Down

0 comments on commit 049b8db

Please sign in to comment.