From 2887c5d3772e59cb1610b560dbc4b65b39bc1907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:59:33 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v3 --- .github/workflows/ci-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 3d20b16..9ed1dd8 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 - name: Execute Gradle compile run: ./gradlew compileKotlin