From 18a2c88d7a32fa8b5d803c1f018e3867830fcd4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:52:58 +0000 Subject: [PATCH] chore(deps): update gradle/actions action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 145c626..b55f8be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} - name: "⚡ Setup Gradle with Cache" - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions/setup-gradle@v5 - name: "🧪 Run Unit Tests" run: ./gradlew test @@ -51,7 +51,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} - name: ⚡ Setup Gradle with Cache - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions/setup-gradle@v5 - name: "🚀 Publish to Maven Central" env: