Skip to content

Commit

Permalink
Fixes #51 - Fix current workflow (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 5, 2024
1 parent 759e316 commit 8d43285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/current.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d43285

Please sign in to comment.