Skip to content
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

build(deps): bump olafurpg/setup-scala from 12 to 14 #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v14
with:
java-version: "[email protected]"
- uses: coursier/cache-action@v6
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.jdk }}
- uses: coursier/cache-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.jdk }}
- uses: coursier/cache-action@v6
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v14
with:
java-version: "[email protected]"
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v14
with:
java-version: "[email protected]"
- uses: coursier/cache-action@v6
Expand Down
Loading