Skip to content

Commit

Permalink
Update setup-java to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Apr 6, 2021
1 parent b2de09f commit c081808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow-templates/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.8
- name: Release
uses: jenkins-infra/[email protected]
Expand Down

0 comments on commit c081808

Please sign in to comment.