This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit edae2fe47879d0e7c96a71cfd3d2534b394fd3c3 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Aug 25 11:22:16 2025 +0200 Revert "Revert java-setup update to hopefully fix build issues with changelog plugin" This reverts commit 4f3b6b6ca15b19729ed2c1f46e55ce21135b6a98. --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9f3e707..828092e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -57,9 +57,7 @@ jobs: ${{ runner.os }}-maven- - name: Set up JDK -# 20250825: https://github.com/apache/maven-changelog-plugin/issues/200 -# New version indicates problems with changelog plugin - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }}
