From dfcd8bee5e1ed140ef1202079f5bad0d303fccd2 Mon Sep 17 00:00:00 2001 From: Gulab Sidhwani <113113837+gsidhwani-nr@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:19:04 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d15e808..a7f5c61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: fetch-depth: 0 - - name: Set up JDK 8 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: 8 + java-version: 11 distribution: 'temurin'