We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf792d commit ebe1850Copy full SHA for ebe1850
2 files changed
.github/workflows/claude.yml
@@ -22,7 +22,7 @@ jobs:
22
actions: read # Required for Claude to read CI results on PRs
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
with:
27
fetch-depth: 1
28
.github/workflows/deploy-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
- name: Checkout
21
- name: Setup pnpm
uses: pnpm/action-setup@v5
0 commit comments