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 0b40f81 + 11db719 commit 0692a60Copy full SHA for 0692a60
.github/workflows/commitlint.yml
@@ -9,5 +9,5 @@ jobs:
9
commitlint:
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: wagoid/commitlint-github-action@v6
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
id-token: write # to enable use of OIDC for npm provenance
19
20
- name: Checkout
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
- name: Setup Node.js
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- 24
17
- name: Setup node
uses: actions/setup-node@v6
0 commit comments