From 3d33694f22ce6227e007562cd5cc1b0e5275249d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Mar 2026 00:28:46 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude-code.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 17d94d3..088122d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -30,7 +30,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.78 + uses: anthropics/claude-code-action@v1.0.80 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index fbcb0f0..3aaf6e8 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -30,7 +30,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.78 + uses: anthropics/claude-code-action@v1.0.80 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}