From 8d43285ef4d1c02f6321f4c3534f9935de089d64 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Mon, 4 Mar 2024 18:14:36 -0600 Subject: [PATCH] Fixes #51 - Fix current workflow (#52) --- .github/workflows/current.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index b9ff6df..b8dd7ee 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -21,11 +21,11 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GIT_TOKEN }} - - name: Set up Java 20 + - name: Set up Java 21 uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 20 + java-version: 21 - name: Build with Maven run: | git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@github.com/stellartrails/stellartrails @@ -45,11 +45,11 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GIT_TOKEN }} - - name: Set up Java 20 + - name: Set up Java 21 uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 20 + java-version: 21 - name: Build with Maven run: | git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@github.com/stellartrails/stellartrails