From f6e8837498ae4720ff6b7a5d154e51eab7bc4852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:20:59 +0000 Subject: [PATCH] Bump anthropics/claude-code-action in the actions group Bumps the actions group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1 to 1.0.102 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1...v1.0.102) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... 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 9afe570..bd55632 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@v1.0.102 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}