From 5ebafc76a3573d585d93a8b70f251c9632f25eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:57:00 +0000 Subject: [PATCH] chore(deps): update github actions --- .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 7e7c84d2..9ec33eea 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@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 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 a3e50d36..51e0306b 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@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-manual environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}