Skip to content

Commit 04b6386

Browse files
authored
Merge pull request #35 from arillso/renovate/github-actions
chore(deps): Update arillso/.github action to v2026-03-25
2 parents 145d471 + f9e6e6f commit 04b6386

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./build.sh
4242

4343
claude-review:
44-
uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-03-11
44+
uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-03-25
4545
if: github.event_name == 'pull_request' && github.event.action == 'opened'
4646
secrets:
4747
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
if: |
2020
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
2121
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude'))
22-
uses: arillso/.github/.github/workflows/ai-claude.yml@2026-03-11
22+
uses: arillso/.github/.github/workflows/ai-claude.yml@2026-03-25
2323
secrets:
2424
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)