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 6438157 + 6958750 commit 65e189eCopy full SHA for 65e189e
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
26
27
- name: Setup pnpm
28
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
29
with:
30
version: 10.33.0
31
.github/workflows/tag-after-merge.yml
@@ -64,7 +64,7 @@ jobs:
64
fi
65
66
67
68
69
70
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
23
24
0 commit comments