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 d47f405 commit a163c95Copy full SHA for a163c95
.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@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
+ uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1
29
30
- name: Build with Gradle Wrapper
31
run: ./gradlew :composeApp:assembleDebug :composeApp:packageDistributionForCurrentOS
0 commit comments