From 1fd3bbc91bfc775df7f09303c44771e038017889 Mon Sep 17 00:00:00 2001 From: woehrer12 Date: Sun, 6 Jul 2025 23:48:46 +0200 Subject: [PATCH] chore: claude-code to v0.0.24 (#3) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 140264f..196a96c 100644 --- a/action.yml +++ b/action.yml @@ -113,7 +113,7 @@ runs: - name: Run Claude Code id: claude-code if: steps.prepare.outputs.contains_trigger == 'true' - uses: anthropics/claude-code-base-action@c8e31bd52d9a149b3f8309d7978c6edaa282688d # v0.0.8 + uses: anthropics/claude-code-base-action@v0.0.24 with: prompt_file: /tmp/claude-prompts/claude-prompt.txt allowed_tools: ${{ env.ALLOWED_TOOLS }}