diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d02ebd6..7527ac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: # version tagged but unpublished, and subsequent runs would skip # publish because the tag already exists. - name: Verify bundled OpenAPI spec - 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/phenoml/openapi/openapi.json diff --git a/.github/workflows/sync-fern-artifacts.yml b/.github/workflows/sync-fern-artifacts.yml index b958b98..301b0a1 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/phenoml/openapi/openapi.json