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 8453614 commit f1c66e3Copy full SHA for f1c66e3
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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