diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e3f17d..b33bce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: # behind that would set should_publish=false on retry. - name: Verify bundled OpenAPI spec if: steps.check.outputs.should_publish == 'true' - uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.0.0 + uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.0.2 with: spec-path: src/main/resources/openapi/openapi.json diff --git a/.github/workflows/sync-fern-artifacts.yml b/.github/workflows/sync-fern-artifacts.yml index 62292d1..234ad94 100644 --- a/.github/workflows/sync-fern-artifacts.yml +++ b/.github/workflows/sync-fern-artifacts.yml @@ -20,6 +20,6 @@ jobs: sync: permissions: contents: write - uses: PhenoML/sdk-shared-actions/.github/workflows/sync-fern-artifacts.yml@1.0.0 + uses: PhenoML/sdk-shared-actions/.github/workflows/sync-fern-artifacts.yml@1.0.2 with: spec-path: src/main/resources/openapi/openapi.json