diff --git a/.github/workflows/microshed-ci.yml b/.github/workflows/microshed-ci.yml index 8911e7c2..b4ea7898 100644 --- a/.github/workflows/microshed-ci.yml +++ b/.github/workflows/microshed-ci.yml @@ -33,7 +33,8 @@ jobs: uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: java-version: 11 - distribution: 'zulu' + distribution: 'temurin' + cache: gradle - name: Apply repository caches uses: actions/cache@v2 with: