diff --git a/.github/workflows/eclipse.yml b/.github/workflows/eclipse.yml index 19d9899..f6eccff 100644 --- a/.github/workflows/eclipse.yml +++ b/.github/workflows/eclipse.yml @@ -15,10 +15,10 @@ jobs: fetch-depth: 5 persist-credentials: false - - name: Setup Java 8 and Apache Maven - uses: actions/setup-java@v2 + - name: Setup Java 17 and Apache Maven + uses: actions/setup-java@v3 with: - java-version: 8 + java-version: 17 distribution: 'temurin' server-id: ossrh server-username: MAVEN_USERNAME @@ -66,4 +66,4 @@ jobs: git commit -m "Prepare development of $NEXT_VERSION" git push https://gluon-bot:$PAT@github.com/$GITHUB_REPOSITORY HEAD:master env: - PAT: ${{ secrets.PAT }} \ No newline at end of file + PAT: ${{ secrets.PAT }}