From bf39705c330c87963a7a7321c4891447cd69193e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:54:15 +0000 Subject: [PATCH] Bump s4u/setup-maven-action from 1.13.0 to 1.14.0 Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](https://github.com/s4u/setup-maven-action/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: s4u/setup-maven-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 3cea9c8..e21f1d8 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.13.0 + - uses: s4u/setup-maven-action@v1.14.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5abdf5d..4e0c250 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.13.0 + - uses: s4u/setup-maven-action@v1.14.0 with: java-distribution: 'temurin' java-version: ${{ matrix.java }}