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.
1 parent db01e59 commit ed1c3c1Copy full SHA for ed1c3c1
.github/workflows/commit.yml
@@ -4,12 +4,12 @@ jobs:
4
runs-on:
5
- ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v4
8
with:
9
fetch-depth: 0
10
fetch-tags: true
11
submodules: true
12
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v4
13
14
node-version: 23.1
15
- name: Install commitlint
.github/workflows/dependabot-auto-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments