From 02dc6fb16f8807be61a812177c5735abeffa00f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:12:28 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.171 to 1.0.177 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.171 to 1.0.177. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/e90deca47693f9457b72f2b53c17d7c445a87342...3553f84341b92da26052e28acf1aa898f9511f32) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.177 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 3695a0c..abc07e3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -53,7 +53,7 @@ jobs: fi - name: Run Claude Code - uses: anthropics/claude-code-action@e90deca47693f9457b72f2b53c17d7c445a87342 # v1.0.171 + uses: anthropics/claude-code-action@3553f84341b92da26052e28acf1aa898f9511f32 # v1.0.177 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: true