From 1955389ea9401a52c780b8956d1f57c1c3fac25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:55:30 +0000 Subject: [PATCH] ci(actions): bump anthropics/claude-code-action from 1.0.150 to 1.0.155 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.150 to 1.0.155. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b...80b31826338489861333dc17217865dfe8085cdc) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.155 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 429cd89b..c087e1a7 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code id: claude # uses: anthropics/claude-code-action@v1 - uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150 + uses: anthropics/claude-code-action@80b31826338489861333dc17217865dfe8085cdc # v1.0.155 with: # anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}