From 1c2f2f0dee5e88a5c679fe765d53eba373152424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delorme?= Date: Sun, 11 Feb 2024 14:02:36 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da0be6d..ed8a341 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,11 +6,7 @@ jobs: Build-Java-Project: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - with: - distribution: "zulu" # See 'Supported distributions' for available options - java-version: "21" + - uses: actions/checkout@v4.1.1 - name: Build project with custom script and Xvfb run: | apt update -y