From c2dadcf44a3c11a220aca674d561aa2b715a1125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:43:50 +0200 Subject: [PATCH] Bump s4u/setup-maven-action from 1.14.0 to 1.15.0 (#295) Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](https://github.com/s4u/setup-maven-action/compare/v1.14.0...v1.15.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 e21f1d8..dfd446b 100644 --- a/.github/workflows/build-maven-4.yaml +++ b/.github/workflows/build-maven-4.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: s4u/setup-maven-action@v1.14.0 + - uses: s4u/setup-maven-action@v1.15.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a262dee..4b42b47 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: s4u/setup-maven-action@v1.14.0 + - uses: s4u/setup-maven-action@v1.15.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }}