Skip to content

Commit

Permalink
[github/workflows] Fix tags for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Jan 13, 2024
1 parent 580a000 commit 0c6562a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: ros-tooling/setup-ros@v0.7.1
- uses: ros-tooling/setup-ros@0.7.1
with:
required-ros-distributions: rolling
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- uses: ros-tooling/action-ros-ci@v0.3.5
- uses: ros-tooling/action-ros-ci@0.3.5
with:
target-ros2-distro: rolling
# build all packages listed in the meta package
Expand Down

0 comments on commit 0c6562a

Please sign in to comment.