Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
apps: scalafmt
jvm: "temurin:17"
Expand All @@ -35,7 +35,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "temurin:17"
- name: Tests
Expand All @@ -57,7 +57,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "temurin:17"
- name: Compile and test main projects
Expand All @@ -80,7 +80,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/[email protected]
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "zulu:17"
- run: |
Expand All @@ -106,7 +106,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/[email protected]
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "zulu:17"
- run: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/[email protected]
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "zulu:17"
- uses: actions/download-artifact@v3
Expand All @@ -167,7 +167,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: coursier/[email protected].0
- uses: coursier/[email protected].3
with:
jvm: "temurin:17"
- name: GPG setup
Expand Down