Skip to content

Commit

Permalink
Use Eclipse Temurin, not AdoptOpenJDK in action (#18)
Browse files Browse the repository at this point in the history
* Use Eclipse Temurin, not AdoptOpenJDK in action

The 'adopt' distribution has moved to Eclipse Temurin.

It won't be updated at the AdoptOpenJDK location.

See jenkinsci/jenkins#6406

https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#adopt

https://github.com/actions/setup-java#usage

* Update .github/workflows/cd.yml

Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
MarkEWaite and timja authored Mar 27, 2022
1 parent 26ad522 commit df0feab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: 8
- name: Release
uses: jenkins-infra/[email protected]
Expand Down

0 comments on commit df0feab

Please sign in to comment.