Skip to content

Commit

Permalink
use latest version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed May 15, 2024
1 parent dbfab10 commit 1071d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected].4
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@0.3.12
with:
package-name: my_package
target-ros2-distro: humble
vcs-repo-file-url: $GITHUB_WORKSPACE/source_dependencies.yaml
rosdep-check: true
rosdep-check: tru

0 comments on commit 1071d80

Please sign in to comment.