From 765f4f65fd95f97f0af297a3863361c06385696e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 18 Jan 2023 16:27:33 -0600 Subject: [PATCH] Update to spring-io/spring-gradle-build-action@v2 --- .github/workflows/deploy-docs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b2904a00de..70d5339052 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,16 +19,10 @@ jobs: with: fetch-depth: 5 - name: Set Up Gradle - uses: spring-io/spring-gradle-build-action@v1 + uses: spring-io/spring-gradle-build-action@v2 with: java-version: '17' distribution: temurin - - name: Scrub Gradle Cache - # Remove some files from the Gradle cache, so they aren't cached by GitHub Actions. - # Restoring these files from a GitHub Actions cache might cause problems for future builds. - run: | - rm -f /home/runner/.gradle/caches/modules-2/modules-2.lock - rm -f /home/runner/.gradle/caches/modules-2/gc.properties - name: Set up refname build if: github.event.inputs.build-refname run: |