Skip to content

Commit

Permalink
Merge pull request #14 from psibre/upgrades
Browse files Browse the repository at this point in the history
Upgrades
  • Loading branch information
psibre authored Feb 6, 2024
2 parents 41d7d22 + 43ffe0c commit c60d362
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.6.0

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

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2.8.0
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 @@ Polish lexicon for MaryTTS
[Unreleased]
------------

### Changed

- Upgraded GitHub actions

[v0.1.0] - 2023-05-09
---------------------

Expand Down

0 comments on commit c60d362

Please sign in to comment.