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 f8e5a6d commit a561c1bCopy full SHA for a561c1b
.github/workflows/preview-release.yml
@@ -20,7 +20,7 @@ jobs:
20
image: node:24
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
- name: pnpm setup
25
uses: pnpm/action-setup@v4
26
- name: Install packages
.github/workflows/update-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout code
with:
fetch-depth: 0
0 commit comments