We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 633f106 + f6219c4 commit f2c254aCopy full SHA for f2c254a
.github/workflows/android-unit-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: 'temurin'
23
24
- name: Set up Gradle
25
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
26
27
- name: Build with Gradle
28
run: ./gradlew assembleDebug
.github/workflows/detekt.yml
@@ -27,6 +27,6 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
29
- name: Setup Gradle
30
31
- name: detekt execution
32
run: ./gradlew detekt
0 commit comments