From f6891925c6c0443e6f6ef63e73ee8295b4431238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:22:26 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action from 1.0.133 to 1.0.165 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.133 to 1.0.165. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.133...v1.0.165) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.165 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 c5de732..0762be6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,6 +41,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.133 + uses: anthropics/claude-code-action@v1.0.165 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}