We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59ec6 commit 90360e5Copy full SHA for 90360e5
.github/workflows/claude-code-review.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
with:
32
fetch-depth: 1
33
.github/workflows/claude-fix-pr-build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: 📥 Checkout PR branch
45
46
47
ref: ${{ github.head_ref }}
48
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/claude.yml
@@ -26,7 +26,7 @@ jobs:
26
actions: read # Required for Claude to read CI results on PRs
0 commit comments