Skip to content

Commit

Permalink
Merge pull request #236 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 Feb 25, 2022
2 parents d7a1f16 + b9508c0 commit f34b1cc
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 @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- 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 f34b1cc

Please sign in to comment.