Skip to content

Commit 4960dd4

Browse files
authored
Merge pull request #489 from memo33/action-fix
update GH action for compatibility with GH runner Ubuntu 24.04
2 parents b3fc9ef + b3c5761 commit 4960dd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scala.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Set up JDK 17
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: '17'
2626
distribution: 'temurin'
2727
cache: 'sbt'
28+
- uses: sbt/setup-sbt@v1
2829
- name: Run tests
2930
run: sbt test
3031
- name: Generate locale files

0 commit comments

Comments
 (0)