Skip to content

Commit

Permalink
Bump sualeh/prepare-maven-build from 0.0.3 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [sualeh/prepare-maven-build](https://github.com/sualeh/prepare-maven-build) from 0.0.3 to 1.2.1.
- [Release notes](https://github.com/sualeh/prepare-maven-build/releases)
- [Commits](sualeh/prepare-maven-build@v0.0.3...v1.2.1)

---
updated-dependencies:
- dependency-name: sualeh/prepare-maven-build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2022
1 parent fc8142b commit 03df75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# SETUP BUILD ENVIRONMENT
- id: prepare-maven-build
name: Prepare Maven build
uses: sualeh/prepare-maven-build@v0.0.3
uses: sualeh/prepare-maven-build@v1.2.1

# BUILD AND TEST
- id: build-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# SETUP BUILD ENVIRONMENT
- id: prepare-maven-build
name: Prepare Maven build
uses: sualeh/prepare-maven-build@v0.0.3
uses: sualeh/prepare-maven-build@v1.2.1

# BUILD FOR DISTRIBUTION
- id: build
Expand Down

0 comments on commit 03df75e

Please sign in to comment.