chore: update actions/setup-java to v3 (#4352)

chore: use `actions/setup-java@v3`
This commit is contained in:
Piotr Idzik 2023-09-05 07:49:26 +02:00 committed by GitHub
parent 40a0515054
commit 72247ed85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'