Skip to content

Commit e576d56

Browse files
Merge pull request #26 from uPortal-Project/renovate/actions-setup-java-3.x
chore(deps): update actions/setup-java action to v3
2 parents 4b47c86 + 4197451 commit e576d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v3
4141
- name: Set up JDK
42-
uses: actions/setup-java@v2
42+
uses: actions/setup-java@v3
4343
with:
4444
distribution: adopt-hotspot
4545
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)