Skip to content

Commit

Permalink
Update scalafmt in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Apr 2, 2024
1 parent 9d570ee commit a46b13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jrouly/scalafmt-native-action@v3
with:
version: "3.8.0"
version: "3.8.1"
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: git config --global user.name "GPP Informatics"
- uses: jrouly/scalafmt-native-action@v3
with:
version: "3.8.0"
version: "3.8.1"
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit a46b13b

Please sign in to comment.