From 1c84f87b141de7460353769c21bcd84498348fb6 Mon Sep 17 00:00:00 2001 From: Shlomo <78599753+ShlomoCode@users.noreply.github.com> Date: Sun, 12 Oct 2025 05:30:19 +0300 Subject: [PATCH] chore: update Claude Code Action to stable version (#23515) ### What does this PR do? Updates the workflow to use the stable Anthropic Claude action. ### How did you verify your code works? --- .github/workflows/claude.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 77b5551f9d..3ab51a4309 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -57,8 +57,7 @@ jobs: git reset --hard origin/${{ github.event.pull_request.head.ref }} - name: Run Claude Code id: claude - # TODO: switch this out once they merge their v1 - uses: km-anthropic/claude-code-action@v1-dev + uses: anthropics/claude-code-action@v1 with: timeout_minutes: "180" claude_args: |