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 8515366 commit 7ff0c94Copy full SHA for 7ff0c94
.github/workflows/codegen-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
java: [17]
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: gradle/actions/wrapper-validation@v4
26
27
- name: Set up JDK ${{ matrix.java }}
.github/workflows/commit-message-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
commitlint:
11
runs-on: ubuntu-latest
12
13
14
with:
15
fetch-depth: 0
16
- uses: wagoid/commitlint-github-action@v4
.github/workflows/pre-commit-hooks.yml
run-pre-commit-hooks:
- name: set up Node.js
uses: actions/setup-node@v3
0 commit comments