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: