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 9b20c84 commit 8b44607Copy full SHA for 8b44607
.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@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
+ uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
29
30
- name: Build with Gradle Wrapper
31
run: ./gradlew :composeApp:assembleDebug :composeApp:packageDistributionForCurrentOS
0 commit comments