From 8fa8b362698855486bf6ca2296b4d76ded5913cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:53:55 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.88 to 1.0.133 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.88 to 1.0.133. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.88...v1.0.133) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.133 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6be420a..25547b0 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: # crashes with "ENOENT: no such file or directory, symlink" in # restoreConfigFromBase because CLAUDE.md is a symlink to AGENTS.md. # Revert to @v1 once the fix in #1186 is released. - uses: anthropics/claude-code-action@v1.0.88 + uses: anthropics/claude-code-action@v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}