From 5c4b3c3ab49792b0fa16f644aa6d671c667d20c6 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Mon, 3 Nov 2025 14:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/genJar.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 9a6c274d..7d6086de 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -8,15 +8,14 @@ on: jobs: build: - runs-on: ubuntu-20.04 - + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: set up JDK 21 - uses: actions/setup-java@v2 + - uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v5 with: java-version: '21' - distribution: 'adopt' + distribution: 'jetbrains' cache: gradle - name: Grant execute permission to gradlew