diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 76d4bd4..894bc0a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # required by wagoid/commitlint-github-action to validate range of commits instead of just the latest one - - uses: wagoid/commitlint-github-action@v4 + - uses: wagoid/commitlint-github-action@v6 if: matrix.os == 'ubuntu-latest' - name: Set up JDK 1.8 uses: actions/setup-java@v4