Skip to content

Commit b35c413

Browse files
authored
Update to setup-java@v2 (#384)
1 parent b06a055 commit b35c413

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
with:
4040
python-version: '3.8'
4141
- name: Set up Java
42-
uses: actions/setup-java@v1
42+
uses: actions/setup-java@v2
4343
with:
4444
java-version: ${{ matrix.jdk }}
45+
distribution: 'temurin'
4546
- name: Dump GitHub context
4647
env:
4748
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)