From 34ea4306792b6f401addd2f0a58ade2741261780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:19:39 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.94 --- .github/workflows/engineering.yml | 2 +- .github/workflows/issues.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/engineering.yml b/.github/workflows/engineering.yml index e0ed2eb..f39f563 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -429,7 +429,7 @@ jobs: # ------------------------------------------------------------------ - name: Run engineering agent if: steps.auth.outputs.allowed == 'true' - uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93 + uses: anthropics/claude-code-action@1c8b699d43e9bfed42b48ef15da85d89bab70960 # v1.0.94 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 0946fa5..4df9624 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -125,7 +125,7 @@ jobs: - name: Handle issue if: steps.issue.outputs.skip != 'true' - uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93 + uses: anthropics/claude-code-action@1c8b699d43e9bfed42b48ef15da85d89bab70960 # v1.0.94 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}