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 6d876ce commit b054966Copy full SHA for b054966
3 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout Repository
14
uses: actions/checkout@v6
15
- name: Setup PNPM
16
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
17
- name: Setup Node
18
uses: actions/setup-node@v6
19
with:
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
.github/workflows/website.yml
@@ -22,7 +22,7 @@ jobs:
22
23
mdbook-version: "0.5.2"
24
25
26
27
0 commit comments