From e3b3e531a7695dfc37c604a62ffcaf0f436c4524 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 1 Jul 2025 02:57:05 +0000 Subject: [PATCH] chore: update claude-code-base-action to v0.0.28 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5eadd7e..d7b0092 100644 --- a/action.yml +++ b/action.yml @@ -120,7 +120,7 @@ runs: - name: Run Claude Code id: claude-code if: steps.prepare.outputs.contains_trigger == 'true' - uses: anthropics/claude-code-base-action@b4eb3d828032960a809c894c4177fe412c91d498 # v0.0.27 + uses: anthropics/claude-code-base-action@f6ef8c1000c0197b625af70349f68cb212e34fc1 # v0.0.28 with: prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt allowed_tools: ${{ env.ALLOWED_TOOLS }}