diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7ae60b3c5f..0a8a785d7c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,12 +18,13 @@ jobs: steps: - name: Checkout sources - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: - java-version: 17 + distribution: 'temurin' + java-version: '17' - name: Build with Maven (Ubuntu / MacOS) if: matrix.os != 'windows-latest'