diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8f9329..ca68cee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,10 +14,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - #Using another action for AsyncAPI for validation - name: Validating AsyncAPI document - uses: WaleedAshraf/asyncapi-github-action@v0.0.10 + uses: asyncapi/github-action-for-cli@v3.1.1 with: + command: validate filepath: src/main/asyncapi/network_survey_messaging.yaml - name: Generating HTML from my AsyncAPI document diff --git a/.github/workflows/doc_and_library_release.yaml b/.github/workflows/doc_and_library_release.yaml index e3cd33c..1859c1b 100644 --- a/.github/workflows/doc_and_library_release.yaml +++ b/.github/workflows/doc_and_library_release.yaml @@ -77,10 +77,10 @@ jobs: with: ref: develop - #Using another action for AsyncAPI for validation - name: Validating AsyncAPI document - uses: WaleedAshraf/asyncapi-github-action@v0.0.10 + uses: asyncapi/github-action-for-cli@v3.1.1 with: + command: validate filepath: src/main/asyncapi/network_survey_messaging.yaml - name: Generating HTML from my AsyncAPI document