From 017a99e034ddb2561910bbd2eb7a8797b95aef09 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Wed, 23 Jul 2025 14:05:19 +0800 Subject: [PATCH] =?UTF-8?q?build(CI):=20=E4=BC=98=E5=8C=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven-publish-4x.yml | 6 +++--- .github/workflows/maven-publish-5x.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-publish-4x.yml b/.github/workflows/maven-publish-4x.yml index acb369f11..c6cb1cce5 100644 --- a/.github/workflows/maven-publish-4x.yml +++ b/.github/workflows/maven-publish-4x.yml @@ -12,13 +12,13 @@ jobs: # os: [ubuntu-latest, windows-latest, macOS-latest] os: [ ubuntu-latest ] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - run: echo ${{github.ref}} - name: Set up Repository info - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '8' - distribution: 'adopt' + distribution: 'temurin' - name: Cache Maven Repository uses: actions/cache@v3 with: diff --git a/.github/workflows/maven-publish-5x.yml b/.github/workflows/maven-publish-5x.yml index 9de75a8dc..46ad676ac 100644 --- a/.github/workflows/maven-publish-5x.yml +++ b/.github/workflows/maven-publish-5x.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v1 - run: echo ${{github.ref}} - name: Set up Repository info - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '17' - distribution: 'adopt' + distribution: 'temurin' - name: Cache Maven Repository uses: actions/cache@v3 with: