Skip to content

Commit

Permalink
Use Eclipse Temurin for action, not AdoptOpenJDK
Browse files Browse the repository at this point in the history
See jenkinsci/jenkins#6406 for more details

The 'adopt' distribution has moved to Eclipse Temurin and won't be updated
at the AdoptOpenJDK location.  Switch to the Temurin distribution so
that we use a current version of Java.
  • Loading branch information
MarkEWaite committed Apr 22, 2022
1 parent aa9199e commit e886030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: 8
- name: Release
uses: jenkins-infra/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 comments on commit e886030

Please sign in to comment.