From 4c22a7fce46e417fbc8d242cf76b1b84a4c8e54b Mon Sep 17 00:00:00 2001 From: Sergei Shirokov Date: Mon, 6 May 2024 16:46:01 +0300 Subject: [PATCH] =?UTF-8?q?try=20to=20fix=20Sonar=20by=20Java=2011=20?= =?UTF-8?q?=E2=86=92=2017?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65ab3d5..ff6f30b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,9 +148,9 @@ jobs: sudo apt install -y gcc-multilib g++-multilib - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: zulu - name: Cache SonarCloud packages