We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78608be commit 5897b29Copy full SHA for 5897b29
.github/workflows/gradle.yml
@@ -25,7 +25,7 @@ jobs:
25
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
26
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
27
- name: Setup Gradle
28
- uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+ uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
29
30
- name: Build with Gradle Wrapper
31
run: ./gradlew :composeApp:assembleDebug :composeApp:packageDistributionForCurrentOS
0 commit comments