From fc71726ab3f9d6b06455f7bf66e97da7e22ec7d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:08:04 +0000 Subject: [PATCH] chore(deps): update gradle/actions action to v3.4.0 --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 92f97079..679e930c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -84,7 +84,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2 + uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3.4.0 - name: Unit Tests run: ./gradlew testDebugUnitTest @@ -119,7 +119,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2 + uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3.4.0 # https://github.com/marketplace/actions/setup-xcode-version - name: Setup Xcode version @@ -162,7 +162,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2 + uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3.4.0 - name: Unit Tests run: ./gradlew :app:backend:check