From 2fa3195ded787606ce41eaa82f42f53ab5dc3635 Mon Sep 17 00:00:00 2001 From: Marcell Harmaci <47602777+MarcellHarmaci@users.noreply.github.com> Date: Mon, 10 Oct 2022 15:03:06 +0200 Subject: [PATCH] Update README.md Update distribution in paragrah 'Check latest' to promote migration from adopt to temurin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f77410..70922ca 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '17' check-latest: true - run: java HelloWorldApp.java