From 317ff4cebdff3385a906083116ffcfcf9f941d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:05:35 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the github-actions-dependencies group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.173 to 1.0.179 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/f1bd27ca5b54584506e40e17884d90bdaaa1a9b3...b76a0776ae74036e77cd11018083743453d7ad35) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.179 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/doc-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-review.yml b/.github/workflows/doc-review.yml index 5033aa0..45068fe 100644 --- a/.github/workflows/doc-review.yml +++ b/.github/workflows/doc-review.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Run Claude doc review - uses: anthropics/claude-code-action@f1bd27ca5b54584506e40e17884d90bdaaa1a9b3 # v1.0.173 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # v1.0.179 env: GH_TOKEN: ${{ github.token }} with: