diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 7506c9eb5..fef2321e5 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,7 +24,7 @@ on: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 with: # maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'