From eb7426818b3178816426c113ffeb642d424affaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:22:50 +0000 Subject: [PATCH] chore(deps): Bump anthropics/claude-code-action from 1.0.154 to 1.0.157 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.154 to 1.0.157. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.154...v1.0.157) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.157 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 0a1009d7..3fe52161 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7.0.0 - - uses: anthropics/claude-code-action@v1.0.154 + - uses: anthropics/claude-code-action@v1.0.157 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: "--model claude-opus-4-7" @@ -42,7 +42,7 @@ jobs: # issues: write # runs-on: ubuntu-latest # steps: - # - uses: anthropics/claude-code-action@v1.0.154 + # - uses: anthropics/claude-code-action@v1.0.157 # with: # claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # settings: | @@ -98,7 +98,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - - uses: anthropics/claude-code-action@v1.0.154 + - uses: anthropics/claude-code-action@v1.0.157 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} settings: |