Skip to content

Commit

Permalink
Merge pull request #4 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 e0efe93 + 6ea22f1 commit 5fe2e3c
Show file tree
Hide file tree
Showing 2 changed files with 7 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Italian lexicon for MaryTTS
[Unreleased]
------------

### Changed

- Upgraded GitHub actions

[v0.1.1] - 2023-03-06
---------------------

Expand Down

0 comments on commit 5fe2e3c

Please sign in to comment.