Skip to content

Commit ef0e365

Browse files
authored
Update to java 17 in workflow (#11)
1 parent 9434c2d commit ef0e365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@91d3aa4956ec4a53e477c4907347b5e3481be8c9 # v2.5.1
2020
with:
21-
java-version: 16
21+
java-version: 17
2222
distribution: temurin
2323
- name: Install prerequisites
2424
run: |

0 commit comments

Comments
 (0)