Skip to content

Commit

Permalink
Bump s4u/setup-maven-action from 1.16.0 to 1.17.0 (#997)
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.16.0 to 1.17.0.
- [Release notes](https://github.com/s4u/setup-maven-action/releases)
- [Commits](s4u/setup-maven-action@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: s4u/setup-maven-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 3fce03d commit f01a806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -31,7 +31,7 @@ jobs:
- 4.0.0-rc-1
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/setup-maven-action@v1.16.0
- uses: s4u/setup-maven-action@v1.17.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/setup-maven-action@v1.16.0
- uses: s4u/setup-maven-action@v1.17.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand All @@ -58,7 +58,7 @@ jobs:
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/setup-maven-action@v1.16.0
- uses: s4u/setup-maven-action@v1.17.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: echo -e "${{ env.GPG_PRIVATE_KEY }}" | gpg --import --batch
- name: List keys
run: gpg --list-keys
- uses: s4u/setup-maven-action@v1.16.0
- uses: s4u/setup-maven-action@v1.17.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit f01a806

Please sign in to comment.