From 7031f486252d7f3d2bb59cf6d9794207160b1461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:50:22 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.193 --- .github/workflows/auto-fix-dependencies.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-fix-dependencies.yml b/.github/workflows/auto-fix-dependencies.yml index deeb26b8..143b0bbb 100644 --- a/.github/workflows/auto-fix-dependencies.yml +++ b/.github/workflows/auto-fix-dependencies.yml @@ -102,7 +102,7 @@ jobs: - name: Auto-fix dependencies if: steps.pr-info.outputs.skip != 'true' id: auto-fix - uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1.0.189 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1.0.193 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-autofix environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cfeb26fd..1ead3986 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -43,7 +43,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1.0.189 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1.0.193 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-manual environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}