Skip to content

Commit 4c8fa77

Browse files
Update actions/setup-java action to v5
1 parent ee9375f commit 4c8fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
path: jspecify-conformance
2222
- name: Set up Java
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
distribution: temurin
2626
java-version: ${{matrix.jdk}}

0 commit comments

Comments
 (0)