From 50df362d7f3f7a5d92f861dc93a18fa2a2a61a4e Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Fri, 10 Jul 2026 18:58:49 -0400 Subject: [PATCH] ci: bump shared release workflows to 1.3.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e08c5ba..f5083da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: read - uses: PhenoML/sdk-shared-actions/.github/workflows/sdk-release-gate.yml@1.3.0 + uses: PhenoML/sdk-shared-actions/.github/workflows/sdk-release-gate.yml@1.3.1 with: version-source: pyproject version-path: pyproject.toml @@ -180,7 +180,7 @@ jobs: if: always() && needs.release_gate.result == 'success' && (needs.publish.outputs.published == 'true' || needs.confirm_registry_release.outputs.published == 'true') permissions: contents: write - uses: PhenoML/sdk-shared-actions/.github/workflows/sdk-release-finalize.yml@1.3.0 + uses: PhenoML/sdk-shared-actions/.github/workflows/sdk-release-finalize.yml@1.3.1 with: version-tag: ${{ needs.release_gate.outputs.version_tag }} origin-commit: ${{ needs.release_gate.outputs.origin_commit }}