From a6008900cc1b95a87dc390f76963637cac4342ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:57:21 -0500 Subject: [PATCH] Bump sualeh/prepare-maven-build from 1.3.5 to 1.4.0 (#103) Bumps [sualeh/prepare-maven-build](https://github.com/sualeh/prepare-maven-build) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/sualeh/prepare-maven-build/releases) - [Commits](https://github.com/sualeh/prepare-maven-build/compare/v1.3.5...v1.4.0) --- updated-dependencies: - dependency-name: sualeh/prepare-maven-build 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/quick_build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quick_build.yml b/.github/workflows/quick_build.yml index 9486ad3..ab678d4 100644 --- a/.github/workflows/quick_build.yml +++ b/.github/workflows/quick_build.yml @@ -20,7 +20,7 @@ jobs: # SETUP BUILD ENVIRONMENT - id: prepare-maven-build name: Prepare Maven build - uses: sualeh/prepare-maven-build@v1.3.5 + uses: sualeh/prepare-maven-build@v1.4.0 # BUILD AND TEST - id: build-test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfa6859..477ddd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # SETUP BUILD ENVIRONMENT - id: prepare-maven-build name: Prepare Maven build - uses: sualeh/prepare-maven-build@v1.3.5 + uses: sualeh/prepare-maven-build@v1.4.0 # BUILD FOR DISTRIBUTION - id: build