From 807328113d53e6bcdaac730e6b50c328a54b545c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:42:59 +0000 Subject: [PATCH 1/2] Update cloudposse/github-action-yaml-config-query action to v1 --- .github/workflows/shared-auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-auto-release.yml b/.github/workflows/shared-auto-release.yml index 9ec2a288..afa2c3e3 100644 --- a/.github/workflows/shared-auto-release.yml +++ b/.github/workflows/shared-auto-release.yml @@ -91,7 +91,7 @@ jobs: - name: Context id: context - uses: cloudposse/github-action-yaml-config-query@0.1.4 + uses: cloudposse/github-action-yaml-config-query@v1.0.1 with: query: .${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}.${{ inputs.prerelease }} config: |- From ae6502d99adec0ee26c707582f7ace3e3ed785d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:05:06 +0000 Subject: [PATCH 2/2] Quote boolean yaml config queries for v1 Co-authored-by: kevcube <716806+kevcube@users.noreply.github.com> --- .github/workflows/shared-auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-auto-release.yml b/.github/workflows/shared-auto-release.yml index afa2c3e3..e5699a56 100644 --- a/.github/workflows/shared-auto-release.yml +++ b/.github/workflows/shared-auto-release.yml @@ -93,7 +93,7 @@ jobs: id: context uses: cloudposse/github-action-yaml-config-query@v1.0.1 with: - query: .${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}.${{ inputs.prerelease }} + query: ."${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}"."${{ inputs.prerelease }}" config: |- # Is default branch true: