diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 260ee8689..f5560bf2f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c84f698f5..a5a2ae078 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -133,7 +133,7 @@ The type attribute can be add,update,fix,remove. Bump spotbugs-maven-plugin from 4.2.0 to 4.6.0.0 #735, #808, #822, #834, #868. Bump actions/cache from 2.1.4 to 3 #742, #752, #764, #833, #867. - Bump actions/setup-java from v1.4.3 to v2. + Bump actions/setup-java from v1.4.3 to 3 #879. Bump actions/checkout from 2 to 3 #859. Bump spotbugs from 4.2.2 to 4.6.0 #744. Bump checkstyle from 8.41 to 9.2.1 #739, #768, #787, #811, #824, #843.