Skip to content

build(deps): bump coursier/setup-action from 1.3.0 to 1.3.3 #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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