Skip to content

Commit d0fd30d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: temurin
2121
java-version-file: gradle/jdk-version.txt
22-
- uses: gradle/actions/setup-gradle@v3
22+
- uses: gradle/actions/setup-gradle@v4
2323
with:
2424
cache-read-only: false
2525
- run: "./gradlew qualityCheck"

0 commit comments

Comments
 (0)