From d3adc9ada77dd5a935718d975d70d30f0796c402 Mon Sep 17 00:00:00 2001 From: sarakhmen Date: Sat, 26 Apr 2025 20:23:59 +0300 Subject: [PATCH 1/2] Update GitHub Actions versions --- .github/workflows/ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 282f50ac5..bc27966a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,18 +1,17 @@ name: Java CI - -on: [push, pull_request] - +on: + - push + - pull_request jobs: build: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '17' - distribution: 'adopt' + distribution: adopt cache: maven - name: Build with Maven run: mvn --batch-mode --update-snapshots verify From f501d3ea46ecdffce6601d0d34f015c006e49843 Mon Sep 17 00:00:00 2001 From: Sergii Nosachenko <54940595+sergii-nosachenko@users.noreply.github.com> Date: Tue, 29 Apr 2025 20:01:15 +0300 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc27966a7..bcedab668 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '17' - distribution: adopt + distribution: 'temurin' cache: maven - name: Build with Maven run: mvn --batch-mode --update-snapshots verify