From 500aa75b36c07fab30264f6c34c1cf098e6be4a0 Mon Sep 17 00:00:00 2001 From: Eyal Delarea Date: Wed, 22 Jan 2025 14:59:16 +0200 Subject: [PATCH] Fix Maven tests (#2841) --- .github/workflows/mavenTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mavenTests.yml b/.github/workflows/mavenTests.yml index dd6f6af29..88b438b19 100644 --- a/.github/workflows/mavenTests.yml +++ b/.github/workflows/mavenTests.yml @@ -30,11 +30,11 @@ jobs: - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main - - name: Setup Maven v3.8.8 for macOS + # Fixed Maven version to avoid updating to 3.9, which includes breaking changes. + - name: Setup Maven v3.8.8 uses: stCarolas/setup-maven@v4.5 with: maven-version: 3.8.8 - if: runner.os == 'macOS' - name: Install local Artifactory uses: jfrog/.github/actions/install-local-artifactory@main