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