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.
2 parents 646d790 + e56a695 commit 90c1659Copy full SHA for 90c1659
4 files changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
.github/workflows/tag-after-merge.yml
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
21
22
- name: Setup pnpm
23
uses: pnpm/action-setup@v4
.github/workflows/version-bump.yml
@@ -22,7 +22,7 @@ jobs:
24
- name: Checkout
25
26
27
28
0 commit comments