Skip to content

Commit 1461e4b

Browse files
Update actions/setup-java action to v5
1 parent 0258483 commit 1461e4b

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Set-up Java
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: temurin
2727
java-version: 16

0 commit comments

Comments
 (0)