Skip to content

Commit da35552

Browse files
Merge branch 'main' into fix-assert
2 parents b4953b8 + c8f7658 commit da35552

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
if: github.event_name == 'push'
2525
uses: actions/checkout@v2
2626
- name: Setup Scala
27-
uses: olafurpg/setup-scala@v10
27+
uses: olafurpg/setup-scala@v11
28+
with:
29+
java-version: adopt@1.11
2830
- name: Setup Ruby
2931
uses: ruby/setup-ruby@v1
3032
with:

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- name: Fetch tags
2424
run: git fetch --tags
2525
- name: Setup Scala
26-
uses: olafurpg/setup-scala@v10
26+
uses: olafurpg/setup-scala@v11
27+
with:
28+
java-version: adopt@1.11
2729
- name: Setup Ruby
2830
uses: ruby/setup-ruby@v1
2931
with:

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Fetch tags
2323
run: git fetch --tags
2424
- name: Setup Scala
25-
uses: olafurpg/setup-scala@v10
25+
uses: olafurpg/setup-scala@v11
26+
with:
27+
java-version: adopt@1.11
2628
- name: Setup Ruby
2729
uses: ruby/setup-ruby@v1
2830
with:

0 commit comments

Comments
 (0)