Skip to content

Commit

Permalink
ci: upgrade to Maven 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 26, 2024
1 parent b365d3a commit b7c71be
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.8
maven-version: 3.9.9


- name: "Build with Maven 🔨"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.8
maven-version: 3.9.9


- name: Dash License check # see https://github.com/eclipse/dash-licenses
Expand Down

0 comments on commit b7c71be

Please sign in to comment.