From 3b468d0f60d764fb708063ee2e762d28b019a094 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Mon, 21 Oct 2024 17:13:28 +0100 Subject: [PATCH] Update gradle.yml using the build action - not sure if this is "best" --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 3feccff..8e8f0b0 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,7 +33,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@4 # v4.0.0 + uses: gradle/gradle-build-action@v3 with: build-root-directory: main cache-disabled: true