From 6c4fa78f0ea781745737c01db5e477a698c0ed86 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Tue, 16 Jun 2026 11:06:55 -0400 Subject: [PATCH] ci: bump sdk-shared-actions pins to 1.0.2 Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci.yml | 2 +- .github/workflows/sync-fern-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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