Skip to content

Commit 68e115c

Browse files
Update actions/setup-java action from v4 to v5 (major v5) (#268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1db260d commit 68e115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
uses: actions/checkout@v5
407407

408408
- name: "Set up Java."
409-
uses: actions/setup-java@v4
409+
uses: actions/setup-java@v5
410410
with:
411411
java-version: ${{ matrix.java }}
412412
distribution: zulu

0 commit comments

Comments
 (0)