From 110787489dcd51752fc45934547068641cafddba Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 25 Sep 2023 03:53:50 +0300 Subject: [PATCH] [README.md] Update JDK version in step name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1951d6..5f141ab 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ See [action.yml](action.yml) steps: - uses: actions/checkout@v3 -- name: Set up JDK 1.8 +- name: Set up JDK 17 uses: actions/setup-java@v3 with: java-version: '17'