Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 2.1.0 (#83)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 1 to 2.1.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v2.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Add 'adopt' distribution to setup-java

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Leberknight <[email protected]>
  • Loading branch information
dependabot[bot] and sleberknight authored May 26, 2021
1 parent c1e5d2d commit 4f03f30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2.1.0
with:
java-version: 11
distribution: 'adopt'
check-latest: true
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 4f03f30

Please sign in to comment.