Skip to content

Commit

Permalink
Merge pull request #7 from psibre/upgrades
Browse files Browse the repository at this point in the history
Upgrades
  • Loading branch information
psibre authored Feb 5, 2024
2 parents d3e67ca + 67fe5ca commit 990ef3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2

- uses: actions/setup-java@v3
- uses: actions/setup-java@v3.11.0
with:
distribution: zulu
java-version: ${{ matrix.java }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build --warning-mode all
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ French lexicon for MaryTTS

### Changed

- Upgraded GitHub actions
- [all changes since v0.1.1]

[v0.1.1] - 2023-02-26
Expand Down

0 comments on commit 990ef3a

Please sign in to comment.