diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index a1807284..350f834a 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -25,10 +25,10 @@ jobs: with: fetch-depth: 0 - name: Get JDK 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: '17' - distribution: 'adopt' + distribution: 'zulu' - name: Setup Git Config run: | git config --global user.email "ci@leavesmc.top"