From 5cc500b1974af3878fb4036ec5076da379d293e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:37:38 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.112 to 1.0.121 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.112 to 1.0.121. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2...f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.121 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 837e877bbb..4d9b0cd2e2 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1.0.112 + uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1.0.121 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: true