From 1a3a2df2762b63955183fadd849b3f9b85b57594 Mon Sep 17 00:00:00 2001 From: GeoNetwork opensource <59019313+geonetworkbuild@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:45:09 +0100 Subject: [PATCH] [Backport 4.2.x] Github Actions / Bump stCarolas/setup-maven from 4 to 5 (#7720) Bumps [stCarolas/setup-maven](https://github.com/stcarolas/setup-maven) from 4 to 5. - [Release notes](https://github.com/stcarolas/setup-maven/releases) - [Commits](https://github.com/stcarolas/setup-maven/compare/v4...v5) --- updated-dependencies: - dependency-name: stCarolas/setup-maven dependency-type: direct:production update-type: version-update:semver-major ... Backport #7718. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2abe81b2c03..848001387ef 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -35,7 +35,7 @@ jobs: working-directory: docs/manual run: pip install --upgrade pip && pip install -r requirements.txt - name: Set up Maven - uses: stCarolas/setup-maven@v4 + uses: stCarolas/setup-maven@v5 with: maven-version: 3.6.3 - name: Build with Maven @@ -61,7 +61,7 @@ jobs: java-version: 8 cache: 'maven' - name: Set up Maven - uses: stCarolas/setup-maven@v4 + uses: stCarolas/setup-maven@v5 with: maven-version: 3.6.3 - name: Test with maven