chore: 🤖 Update config for setup-java@v2

pull/1580/head
Dominik Frantisek Bucik 2021-12-03 07:50:36 +01:00
parent ad2d790074
commit 3e184f007c
No known key found for this signature in database
GPG Key ID: 25014C8DB2E7E62D
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: actions/cache@v2
with: