From 459b56e54d299d44b7b44873fe57a49902dd6992 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 3 Jul 2025 04:27:02 +0000 Subject: [PATCH] chore: update claude-code-base-action to v0.0.30 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b6d16b8..8856cfc 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@bdaad5f64e7ad7a8c0be290a3c49d0fa7e1bb442 # v0.0.29 + uses: anthropics/claude-code-base-action@604fe83a33f69d1904668780a9e1513188527d41 # v0.0.30 with: prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt allowed_tools: ${{ env.ALLOWED_TOOLS }}