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.
2 parents bf8ffe0 + 7a73c87 commit 0245198Copy full SHA for 0245198
.github/workflows/claude.yml
@@ -25,7 +25,7 @@ jobs:
25
id-token: write
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 1
31
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
if: "!contains(github.event.head_commit.message, '[skip ci]')"
17
18
- name: Checkout
19
20
21
- name: Download external project files
22
run: |
0 commit comments