This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new af8df0aae Update JDK 21ea to 21ga in github actions.
af8df0aae is described below

commit af8df0aaeaf77d0fba0330a7caa348ce3b44159a
Author: Michael Bien <[email protected]>
AuthorDate: Fri Oct 6 12:16:06 2023 +0200

    Update JDK 21ea to 21ga in github actions.
---
 .github/workflows/main.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4b6c6a746..da108f1ee 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ '11', '17', '21-ea' ]
+        java: [ '11', '17', '21' ]
 
     steps:
       - name: Set up JDK ${{ matrix.java }} 
@@ -47,10 +47,11 @@ jobs:
           Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
 
       - name: Checkout Project
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
           submodules: false
+          show-progress: false
 
       - name: Build Roller and run JUnit Tests
         run: mvn -V -ntp install

Reply via email to