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 6d73ac7 + 15bc6bc commit c75c961Copy full SHA for c75c961
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
18
19
20
.github/workflows/version-bump.yaml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout code
21
22
with:
23
token: ${{ secrets.GITHUB_TOKEN }}
24
fetch-depth: 0
0 commit comments