From 992ff4c7ffce38abe554e113667340aedf0876bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:40:39 -0700 Subject: [PATCH] Bump olafurpg/setup-scala from 11 to 12 (#189) Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 11 to 12. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](https://github.com/olafurpg/setup-scala/compare/v11...v12) --- updated-dependencies: - dependency-name: olafurpg/setup-scala dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f68071ec..7708db04f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a791aa221..a2a5a6c5f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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