diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8bb4892c..76bdbcca 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@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1 + uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 - 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@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1 + uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 # 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@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1 + uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 - name: Unit Tests run: ./gradlew :app:backend:check