Skip to content

Commit

Permalink
Merge pull request #41 from jenkinsci/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-v2

Bump actions/setup-java from v1 to v2
  • Loading branch information
jglick authored Apr 16, 2021
2 parents 10dbcb5 + 5822f39 commit 72c98c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
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 72c98c0

Please sign in to comment.