From 753a61254505ea6167dab1ad4f22339900812284 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl <3903476+ChrisSchinnerl@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:41:20 +0200 Subject: [PATCH] chore: bump sync-openapi-version pin to v0.1.0 The previous pin predates SiaFoundation/workflows#27, so the sync step resolved no spec files and never opened a version-bump PR. Labelling the pin v0.1.0 also lets Dependabot track it from here on. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/openapi-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openapi-sync.yml b/.github/workflows/openapi-sync.yml index 38f0606..b8cecd7 100644 --- a/.github/workflows/openapi-sync.yml +++ b/.github/workflows/openapi-sync.yml @@ -11,6 +11,6 @@ on: jobs: sync: - uses: SiaFoundation/workflows/.github/workflows/sync-openapi-version.yml@dddded471aae1c7b6f0fbc388d603b8b16336f6f # master + uses: SiaFoundation/workflows/.github/workflows/sync-openapi-version.yml@ead28a59027a53b5ab675d1853fecc01564c6e9b # v0.1.0 with: spec_path: openapi.yml