Skip to content

Commit

Permalink
fix accidentally upgraded version of ci dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Feb 6, 2025
1 parent 9921fe6 commit 3efdad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
trigger-ros:
runs-on: ubuntu-latest
steps:
- uses: convictional/trigger-workflow-and-wait@v1.7.0
- uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: ika-rwth-aachen
repo: docker-ros-ci
Expand All @@ -25,7 +25,7 @@ jobs:
trigger-ros2:
runs-on: ubuntu-latest
steps:
- uses: convictional/trigger-workflow-and-wait@v1.7.0
- uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: ika-rwth-aachen
repo: docker-ros-ci
Expand Down

0 comments on commit 3efdad8

Please sign in to comment.