Skip to content

Commit

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

Update actions/setup-java action to v4
  • Loading branch information
ChristianMurphy authored Mar 21, 2024
2 parents 9b6de17 + 5d59f21 commit 71319df
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 @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt-hotspot
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 71319df

Please sign in to comment.