Skip to content

Commit 8f93c69

Browse files
committed
Update gradle/actions action to v3.5.0
1 parent 5c0651d commit 8f93c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
2626
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
28+
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
2929

3030
- name: Build with Gradle Wrapper
3131
run: ./gradlew :composeApp:assembleDebug :composeApp:packageDistributionForCurrentOS

0 commit comments

Comments
 (0)