We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75edb7 commit e967331Copy full SHA for e967331
1 file changed
.github/workflows/python-package.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Pylint
69
run: pylint --recursive=y --errors-only --exit-zero kafka test
70
- name: Setup java
71
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
72
with:
73
distribution: temurin
74
java-version: 23
0 commit comments