Skip to content

Commit abb5519

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

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-java@v4
18+
- uses: actions/setup-java@v5
1919
with:
2020
distribution: temurin
2121
java-version-file: gradle/jdk-version.txt

0 commit comments

Comments
 (0)