From be1eda1e1442163209ffe7cbe6e9c8cddb35fb4e Mon Sep 17 00:00:00 2001 From: "claude-runner[bot]" Date: Wed, 19 Aug 2026 17:24:55 +0000 Subject: [PATCH] chore(release): bump internal composite-action refs to v1.2.2 ahead of tagging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump lentago/shared-workflows/.github/actions/render-claude-summary from v1.1.1 to v1.2.2 in claude-responder.yml and claude-review.yml. This is RELEASING.md step 2 — the tag will be cut after this merges. Co-Authored-By: Claude Haiku 4.5 --- .github/workflows/claude-responder.yml | 2 +- .github/workflows/claude-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-responder.yml b/.github/workflows/claude-responder.yml index 8a29f95..7491561 100644 --- a/.github/workflows/claude-responder.yml +++ b/.github/workflows/claude-responder.yml @@ -90,6 +90,6 @@ jobs: - name: Render execution to step summary if: always() && steps.claude.outputs.execution_file != '' - uses: lentago/shared-workflows/.github/actions/render-claude-summary@v1.1.1 + uses: lentago/shared-workflows/.github/actions/render-claude-summary@v1.2.2 with: execution_file: ${{ steps.claude.outputs.execution_file }} diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index fbb8fbd..676f729 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -139,6 +139,6 @@ jobs: - name: Render execution to step summary if: always() && steps.claude.outputs.execution_file != '' - uses: lentago/shared-workflows/.github/actions/render-claude-summary@v1.1.1 + uses: lentago/shared-workflows/.github/actions/render-claude-summary@v1.2.2 with: execution_file: ${{ steps.claude.outputs.execution_file }}