Skip to content

Commit

Permalink
Merge pull request #241 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 25, 2021
2 parents bdf6375 + 42376d0 commit 83979cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
timeout-minutes: 10
steps:
- 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
- name: Checkstyle
Expand Down

0 comments on commit 83979cd

Please sign in to comment.