We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ed908 commit 42e440aCopy full SHA for 42e440a
2 files changed
.github/workflows/android-ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Caches Gradle + wrapper automatically
29
- name: Setup Gradle
30
- uses: gradle/actions/setup-gradle@v5
+ uses: gradle/actions/setup-gradle@v6
31
32
# Run checks (Spotless + Detekt + Lint + Tests), then merge SARIF reports
33
# detekt is hooked into subproject `check` tasks, so it runs automatically
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
java-version: 21
55
56
57
58
59
- name: Run checks
60
run: ./gradlew check --stacktrace
0 commit comments