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 dcded41 commit 94f723aCopy full SHA for 94f723a
.github/workflows/maven.yml
@@ -17,10 +17,11 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- - uses: wagoid/commitlint-github-action@v4
+ - uses: wagoid/commitlint-github-action@v6
21
- name: Set up JDK ${{ matrix.java }}
22
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
23
24
+ distribution: corretto
25
java-version: ${{ matrix.java }}
26
- run: rm -rf /tmp/*
27
continue-on-error: true
0 commit comments