Skip to content

Commit b097282

Browse files
Update gradle/actions action to v4.4.0 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f81ae9f commit b097282

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@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
28+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
2929

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

0 commit comments

Comments
 (0)