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 a5e77b2 + a6b8727 commit e2e58f3Copy full SHA for e2e58f3
.github/workflows/_checks.yml
@@ -7,7 +7,7 @@ jobs:
7
checks:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- name: Setup Node.js and pnpm
13
uses: ./.github/actions/setup-pnpm
.github/workflows/create-release.yml
@@ -17,7 +17,7 @@ jobs:
17
permissions:
18
contents: write
19
20
21
22
- name: Extract release notes
23
id: extract-release-notes
@@ -33,7 +33,7 @@ jobs:
33
34
needs: create-release
35
36
37
38
39
0 commit comments