From a8cef93096a1b2be8b2e4959c4ed4d1215dacdd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:14:46 +0000 Subject: [PATCH] chore(deps): update gradle/actions digest to db19848 --- .github/reusable-workflows/setup-gradle/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml index 3d74b522..c71a3399 100644 --- a/.github/reusable-workflows/setup-gradle/action.yml +++ b/.github/reusable-workflows/setup-gradle/action.yml @@ -33,7 +33,7 @@ runs: java-version: 18 - name: Setup Gradle - uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3 + uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3 with: gradle-home-cache-cleanup: true cache-read-only: ${{ inputs.cache-read-only }}