From 5f0686b3950d6adc699e750ef5858a20eb084f6f Mon Sep 17 00:00:00 2001 From: claude-bot-andresmgsl Date: Fri, 24 Jul 2026 17:07:49 +0000 Subject: [PATCH] =?UTF-8?q?release:=200.3.0=20=E2=80=94=20stamp=20CEREMONY?= =?UTF-8?q?=5FSELF=5FREF=20in=20both=20carriers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release.yml and labels.yml both pin the ref a consumer's run fetches ceremony at; self-ref-check green against the bumped VERSION. Refs #160 --- .github/workflows/labels.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 28fdde1..04a4adb 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -25,7 +25,7 @@ on: env: # A called workflow arrives without its repository. Keep this literal pin # aligned with the ceremony release consumed by callers (issue #9 D3). - CEREMONY_SELF_REF: "0.2.0" + CEREMONY_SELF_REF: "0.3.0" jobs: scope: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4456c63..fa44030 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ env: # `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the # shared logic arrives as script files via checkout, not as inner `uses:` # references. - CEREMONY_SELF_REF: "0.2.0" + CEREMONY_SELF_REF: "0.3.0" VERSION_SOURCE: ${{ inputs.version-source }} jobs: