Skip to content

Commit

Permalink
ci: upgrade to Maven 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 13, 2023
1 parent f9385df commit 22c92d5
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 @@ -98,7 +98,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v4.5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.3
maven-version: 3.9.4

- name: Build with Maven
id: maven-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v4.5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.3
maven-version: 3.9.4

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

0 comments on commit 22c92d5

Please sign in to comment.