Skip to content

Commit

Permalink
build: use Maven 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 25, 2024
1 parent d372828 commit 9bfba15
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 @@ -96,7 +96,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.6
maven-version: 3.9.8


- name: "Cache: Restore"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-syntaxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: "Install: Maven"
uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.6
maven-version: 3.9.8


- name: Update Syntax Files
Expand Down

0 comments on commit 9bfba15

Please sign in to comment.