Skip to content

Commit

Permalink
Bump s4u/setup-maven-action from 1.14.0 to 1.15.0 (#295)
Browse files Browse the repository at this point in the history
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](s4u/setup-maven-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 0fcc6f7 commit c2dadcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-maven-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c2dadcf

Please sign in to comment.