From 2d24f4243bc1b2b6a18a01f3384ff35eb83bf005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:40:05 +0000 Subject: [PATCH] chore(deps): Update GitHub Actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/claude.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bdc42f..96bea2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: - python-version: "3.14.5" + python-version: "3.14.6" cache: "pip" - name: Install Dependencies @@ -41,7 +41,7 @@ jobs: run: ./build.sh claude-review: - uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-06-02 + uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-06-12 if: github.event_name == 'pull_request' && github.event.action == 'opened' secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 82b14a1..4d26c03 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -19,6 +19,6 @@ jobs: if: | (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) - uses: arillso/.github/.github/workflows/ai-claude.yml@2026-06-02 + uses: arillso/.github/.github/workflows/ai-claude.yml@2026-06-12 secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}