We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6e4cc commit 023ab4cCopy full SHA for 023ab4c
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
steps:
53
- name: Checkout
54
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
55
56
- name: Install Pnpm
57
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