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 }}