Skip to content

Commit

Permalink
Bump s4u/setup-maven-action from 1.8.0 to 1.9.0
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.8.0 to 1.9.0.
- [Release notes](https://github.com/s4u/setup-maven-action/releases)
- [Commits](s4u/setup-maven-action@v1.8.0...v1.9.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]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent af57cfa commit efbdc25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# make bootstrap
# make release
- name: Setup Maven Action
uses: "s4u/setup-maven-action@v1.8.0"
uses: "s4u/setup-maven-action@v1.9.0"
with:
java-version: 17
maven-version: 3.8.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Maven Action
uses: "s4u/setup-maven-action@v1.8.0"
uses: "s4u/setup-maven-action@v1.9.0"
with:
java-version: 19
maven-version: 3.8.5
Expand Down

0 comments on commit efbdc25

Please sign in to comment.