diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b19b7d6d..77df4cdf 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@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0 + uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3.2.1 - 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@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0 + uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3.2.1 # 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@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0 + uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3.2.1 - name: Unit Tests run: ./gradlew :app:backend:check