Skip to content

Commit

Permalink
Bump olafurpg/setup-scala from 11 to 12
Browse files Browse the repository at this point in the history
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 11 to 12.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](olafurpg/setup-scala@v11...v12)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2021
1 parent f9075ef commit e93b37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
java: 8
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- name: Test
run: sbt +test
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- run: ./bin/scalafmt --check
- run: sbt scalafixCheckAll
- run: sbt coreJVM/mimaReportBinaryIssues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ github.ref }}
run: sbt ci-release docs/docusaurusPublishGhpages
Expand Down

0 comments on commit e93b37a

Please sign in to comment.