Skip to content

Commit da5a4cb

Browse files
Update actions/setup-java action to v5
1 parent 4b34edc commit da5a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/pytest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
uses: ./.github/workflows/actions/poetry_install_dependencies
3737

3838
- name: Set up JDK
39-
uses: actions/setup-java@v4
39+
uses: actions/setup-java@v5
4040
with:
4141
distribution: "zulu"
4242
java-version: "11"

0 commit comments

Comments
 (0)