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 4a02fb6 commit 49c64abCopy full SHA for 49c64ab
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
39
40
- name: Install Pnpm
41
run: npm i -g corepack@latest --force && corepack enable
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
20
21
22
23
24
0 commit comments