Skip to content

Commit ffe3707

Browse files
committed
try fix tests
1 parent 75b316a commit ffe3707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-and-setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ runs:
3636
version: 8
3737

3838
- name: Install Java
39-
uses: actions/setup-java@v4
39+
uses: actions/setup-java@v5
4040
with:
4141
java-version: "11"
42-
distribution: "adopt"
42+
distribution: "corretto"
4343
- name: Setup Gradle
4444
uses: gradle/actions/setup-gradle@v3
4545
with:

0 commit comments

Comments
 (0)