From b4b94260d94c88e67a9a7c7dd5ecdb5b60c8cc0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:58:16 +0000 Subject: [PATCH] deps: update gradle/actions action to v4 --- .github/workflows/verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index c80c59c0..757cb3f2 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -22,7 +22,7 @@ jobs: distribution: temurin java-version: 17 - name: Setup Gradle - uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3 + uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4 with: gradle-home-cache-cleanup: true - name: Verify package configurations