Skip to content

Commit e967331

Browse files
Bump actions/setup-java from 4 to 5 (#2673)
1 parent a75edb7 commit e967331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Pylint
6969
run: pylint --recursive=y --errors-only --exit-zero kafka test
7070
- name: Setup java
71-
uses: actions/setup-java@v4
71+
uses: actions/setup-java@v5
7272
with:
7373
distribution: temurin
7474
java-version: 23

0 commit comments

Comments
 (0)