Skip to content

Commit 693bfc6

Browse files
Update gradle/actions action to v5 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fa7803 commit 693bfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
java-version: '17'
2222
distribution: 'zulu'
23-
- uses: gradle/actions/wrapper-validation@v4
23+
- uses: gradle/actions/wrapper-validation@v5
2424

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@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
28+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
2929

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

0 commit comments

Comments
 (0)