From 7c683c1fc458580081831d1b053beacc12b8a62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:09:54 +0100 Subject: [PATCH] Bump s4u/setup-maven-action from 1.16.0 to 1.17.0 (#316) Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](https://github.com/s4u/setup-maven-action/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: s4u/setup-maven-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-maven-4.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-maven-4.yaml b/.github/workflows/build-maven-4.yaml index ed10800..f236c0a 100644 --- a/.github/workflows/build-maven-4.yaml +++ b/.github/workflows/build-maven-4.yaml @@ -25,7 +25,7 @@ jobs: - 4.0.0-beta-5 runs-on: ${{ matrix.os }} steps: - - uses: s4u/setup-maven-action@v1.16.0 + - uses: s4u/setup-maven-action@v1.17.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1e56c66..e6048c4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: - 3.9.9 runs-on: ${{ matrix.os }} steps: - - uses: s4u/setup-maven-action@v1.16.0 + - uses: s4u/setup-maven-action@v1.17.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }}