From 527fe11d187b1eba6e5d5f9d74b99e14105b4242 Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Wed, 22 Mar 2023 09:45:02 +0100 Subject: [PATCH] update gh action build Signed-off-by: Lukas Jungmann --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 797a5ad..5f0b474 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Contributors to the Eclipse Foundation +# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0 which is available at @@ -27,11 +27,11 @@ jobs: steps: - name: Checkout for build - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: ${{ matrix.java_version }}