Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

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

chore(deps): update actions/setup-java action to v3
  • Loading branch information
ChristianMurphy authored May 23, 2022
2 parents 4d5971d + 9a08e54 commit f3a5e72
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 f3a5e72

Please sign in to comment.