Skip to content

Commit

Permalink
Bump olafurpg/setup-scala from 11 to 12 (scalacenter#189)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2021
1 parent 1589fa8 commit 992ff4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- uses: coursier/cache-action@v6
- name: Lint
run: sbt scalafmtCheckAll "rules2_12/scalafix --check"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
# Fetch all tags to help sbt-ci-release infer the snapshot version.
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- uses: coursier/cache-action@v6
- name: Test
run: sbt scalafmtCheck "rules/scalafix --check" +test
Expand Down

0 comments on commit 992ff4c

Please sign in to comment.