Skip to content

Commit 12d3ef0

Browse files
chore(deps): update actions/setup-java action to v5
1 parent 128f981 commit 12d3ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99

1010
- name: Setup JDK
11-
uses: actions/setup-java@v4
11+
uses: actions/setup-java@v5
1212
with:
1313
java-version: 17
1414
distribution: temurin

0 commit comments

Comments
 (0)