From c39be8a95786f04ac9b5dd5eba8ed9427292e824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:14:54 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the actions-deps group with 1 update in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.176 to 1.0.178 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/700e7f8316990de46bed556429765647af760efc...af0559ee4f514d1ef21826982bed13f7edc3c35e) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... 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 332a60e..b705a0e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -73,7 +73,7 @@ jobs: aws-region: us-east-2 - name: Run Claude Code Action - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178 with: use_bedrock: true github_token: ${{ steps.generate-token.outputs.token }}