From f33e2a4619fbf0df1cd89a8db85066f9efb6fa09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:51:36 +0000 Subject: [PATCH] chore(deps): update gradle/actions action to v4.3.0 --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 69d4dd2853..d1b606ac0a 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' java-version: '21' - name: Setup Gradle - uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2 + uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0 - run: chmod +x ./gradlew - name: Publish artifacts run: ./gradlew publish -P box.release=${{ startsWith(github.ref, 'refs/tags/') }}