Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Haas committed Jun 19, 2024
1 parent 2e51ab2 commit 463995e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: generate-opt
uses: ./.github/actions/generate-job-matrix@v0.1.0
uses: ./.github/actions/generate-job-matrix
with:
starting-point: ./utils/scenarios
query-string: '*.xosc.opt'
Expand All @@ -63,7 +63,7 @@ jobs:
- shell: bash
run: |
xhost +local:
- uses: ika-rwth-aachen/carlos-ci-action
- uses: ika-rwth-aachen/carlos-ci-action@v0.1.0
continue-on-error: true
with:
composefile-path: automated-testing/carla-sim.yml
Expand Down

0 comments on commit 463995e

Please sign in to comment.