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 81e355f commit 8198169Copy full SHA for 8198169
2 files changed
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
27
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
28
29
node-version: "20"
30
- run: npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.sha }} --verbose
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
149
- name: Check current status before next release
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
java-version: "17"
69
distribution: "temurin"
70
71
72
73
- name: Setup Gradle
0 commit comments