Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Bump olafurpg/setup-scala from 11 to 12 #393

Merged
merged 1 commit into from
Jun 3, 2021
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
nodejs: [14.16.0, 12.21.0, 10.24.0]
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
with:
java-version: [email protected]
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- name: Check Scalafmt/Scaladoc
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc
- name: Install NPM deps
Expand Down