diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 9da81eae6..3e7af2817 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631 # beta + - uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}