Skip to content

Commit fcb59fc

Browse files
committed
Update ci.yml
1 parent d3ed00e commit fcb59fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-java@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-java@v4
1111
with:
1212
java-version: 17
1313
distribution: temurin
14-
- uses: coursier/cache-action@v6
14+
cache: sbt
15+
- uses: sbt/setup-sbt@v1
1516
-
1617
name: Validate project
1718
run: sbt test

0 commit comments

Comments
 (0)