From 0fbe8dcb4477fcf291b90d5516d9634632710637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:51:23 +0000 Subject: [PATCH] ci(deps): bump anthropics/claude-code-action from 1.0.101 to 1.0.107 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.101 to 1.0.107. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/38ec876110f9fbf8b950c79f534430740c3ac009...567fe954a4527e81f132d87d1bdbcc94f7737434) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.107 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a8ed81157..b0e46beb5 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1 + uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -118,7 +118,7 @@ jobs: steps: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1 + uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}