Skip to content

Commit 1be43fd

Browse files
committed
Update setup-java action on windows
1 parent 6592ad5 commit 1be43fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup Java Sdk ${{ env.JAVA_VERSION }}
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v4
1818
with:
19+
distribution: 'zulu'
1920
java-version: ${{ env.JAVA_VERSION }}
2021

2122
- name: 'Create "dependencies" directory'

0 commit comments

Comments
 (0)