Skip to content

Commit f034c45

Browse files
Update actions/setup-java action to v5 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1322517 commit f034c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: "Validate Gradle Wrapper"
1010
uses: gradle/actions/wrapper-validation@v4
1111
- name: "Setup Java"
12-
uses: actions/setup-java@v4
12+
uses: actions/setup-java@v5
1313
with:
1414
distribution: "temurin"
1515
java-version: "11"

0 commit comments

Comments
 (0)