From 6eaa965618a42a932ae33f089fc755f5df7b9c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:43:19 +0000 Subject: [PATCH] Bump anthropics/claude-code-action in the all group Bumps the all group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.110 to 1.0.116 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/ef50f123a3a9be95b60040d042717517407c7256...939ae9c056ecf8a1a01409ddd1c4eadec5f8c77b) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... 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 d0596d7..9fcfe1b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -40,7 +40,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110 + uses: anthropics/claude-code-action@939ae9c056ecf8a1a01409ddd1c4eadec5f8c77b # v1.0.116 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}