From d0ddf669017f97b52bb7fea68a9f2614d6bbf4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:56:02 +0000 Subject: [PATCH] Bump sualeh/prepare-maven-build from 1.4.0 to 1.5.2 Bumps [sualeh/prepare-maven-build](https://github.com/sualeh/prepare-maven-build) from 1.4.0 to 1.5.2. - [Release notes](https://github.com/sualeh/prepare-maven-build/releases) - [Commits](https://github.com/sualeh/prepare-maven-build/compare/v1.4.0...v1.5.2) --- updated-dependencies: - dependency-name: sualeh/prepare-maven-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 3e57731..a3e802b 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.4.0 + uses: sualeh/prepare-maven-build@v1.5.2 # BUILD AND TEST - id: build-test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 477ddd5..08c438b 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.4.0 + uses: sualeh/prepare-maven-build@v1.5.2 # BUILD FOR DISTRIBUTION - id: build