From baaac8f309b061446270cbd45570c6e0e20097ed Mon Sep 17 00:00:00 2001 From: appiepollo14 Date: Tue, 7 Nov 2023 08:12:48 +0100 Subject: [PATCH] Update microshed-ci.yml Co-authored-by: Kyle Aure --- .github/workflows/microshed-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: