Skip to content

Commit 55b5d43

Browse files
authored
upgrade ci action (#3)
1 parent 85c8d45 commit 55b5d43

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Set up JDK 11
19-
uses: coursier/setup-[email protected]
18+
- name: Setup Java 11
19+
uses: actions/setup-java@v4
2020
with:
21-
jvm: temurin:1.11
21+
distribution: temurin
22+
java-version: 11
2223

2324
- name: Cache Coursier cache
24-
uses: coursier/cache-action@v6.4.0
25+
uses: coursier/cache-action@v6
2526

2627
- name: sbt & Paradox
2728
run: sbt test docs/paradox

0 commit comments

Comments
 (0)