Skip to content

Commit

Permalink
Merge pull request #49 from timja/patch-1
Browse files Browse the repository at this point in the history
Update setup-java to v2
  • Loading branch information
oleg-nenashev authored Apr 6, 2021
2 parents b2de09f + c081808 commit 6527c06
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/jenkins-maven-cd-action@v1.1.0
Expand Down

0 comments on commit 6527c06

Please sign in to comment.