Skip to content

Commit

Permalink
Merge pull request #173 from uPortal-Project/renovate/actions-setup-j…
Browse files Browse the repository at this point in the history
…ava-2.x

chore(deps): update actions/setup-java action to v2
  • Loading branch information
ChristianMurphy authored Aug 7, 2021
2 parents 34a9a12 + 65e06b3 commit 211faf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: adopt-hotspot
java-version: 8
- name: Test
run: mvn -B test

0 comments on commit 211faf4

Please sign in to comment.