Skip to content

Commit

Permalink
chore: Update setup-java (#82)
Browse files Browse the repository at this point in the history
Updates setup-java to v2
  • Loading branch information
slide authored Apr 6, 2021
1 parent 5efbe98 commit fc388a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'adopt'
java-version: 8
- name: Release
uses: jenkins-infra/[email protected]
with:
Expand Down

0 comments on commit fc388a3

Please sign in to comment.