Skip to content

Commit

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

chore(deps): update actions/setup-java action to v3
  • Loading branch information
ChristianMurphy authored May 23, 2022
2 parents 0c6627d + 2704273 commit 8aaf214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: adopt-hotspot
java-version: 8
Expand Down

0 comments on commit 8aaf214

Please sign in to comment.