Skip to content

Commit

Permalink
Merge pull request #237 from 2rabs/renovate/gradle-actions-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein authored Feb 13, 2024
2 parents f87b009 + d027842 commit d2a58e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2a58e4

Please sign in to comment.