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