Skip to content

Commit 6e911dc

Browse files
authored
Merge pull request #139 from xuwei-k/patch-1
Update github actions
2 parents 4e653fd + 59fe17a commit 6e911dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
name: check
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: olafurpg/setup-scala@v11
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-java@v4
14+
with:
15+
java-version: 8
16+
distribution: temurin
17+
- uses: sbt/setup-sbt@v1
1418
- run: sbt "ci"

0 commit comments

Comments
 (0)