Skip to content

Commit 234b483

Browse files
committed
updated GitHub action versions and added setup-sbt
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent e2999f7 commit 234b483

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/java-sbt.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-java@v4
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
19-
java-version: '17'
19+
java-version: '21'
20+
- uses: sbt/setup-sbt@v1
2021
- name: Run tests
2122
run: sbt jacoco
2223
- uses: codecov/codecov-action@v4

install-reqs.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)