Skip to content

Commit

Permalink
Merge pull request #451 from quartiq/ci-actions
Browse files Browse the repository at this point in the history
ci: bump actions
  • Loading branch information
jordens authored Oct 11, 2024
2 parents d641f61 + 1a32546 commit 20bb727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
environment: hitl

steps:
- uses: LouisBrunner/checks-action@v1.1.1
- uses: LouisBrunner/checks-action@v2.0.0
id: hitl-check
with:
repo: ${{ github.repository }}
Expand All @@ -77,15 +77,15 @@ jobs:
output: |
{"summary": "Starting..."}
- uses: peter-evans/repository-dispatch@v1
- uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DISPATCH_PAT }}
event-type: booster
repository: quartiq/hitl
client-payload: |
{"github": ${{ toJson(github) }}, "check_id": ${{steps.hitl-check.outputs.check_id}}}
- uses: fountainhead/action-wait-for-check@v1.0.0
- uses: fountainhead/action-wait-for-check@v1.2.0
id: status
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 20bb727

Please sign in to comment.