diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a7a3b449..934dd5ec 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -78,7 +78,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0 + uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0 - name: Unit Tests run: ./gradlew testDebugUnitTest @@ -107,7 +107,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0 + uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0 # https://github.com/marketplace/actions/setup-xcode-version - name: Setup Xcode version @@ -144,7 +144,7 @@ jobs: # https://github.com/marketplace/actions/build-with-gradle - name: Build with Gradle - uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0 + uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0 - name: Unit Tests run: ./gradlew :app:backend:check