From 182ce6923ac5a5df32d344afed1da03851bfd81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 20:09:48 +0000 Subject: [PATCH] Bump olafurpg/setup-scala from 10 to 11 Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 10 to 11. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](https://github.com/olafurpg/setup-scala/compare/v10...v11) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8be2202..e21b2637 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: nodejs: [14.16.0, 12.21.0, 10.24.0] steps: - uses: actions/checkout@v2.3.4 - - uses: olafurpg/setup-scala@v10 + - uses: olafurpg/setup-scala@v11 with: java-version: adopt@1.11 - uses: coursier/cache-action@v6 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 66ee499b..753a99b5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v2.3.4 - - uses: olafurpg/setup-scala@v10 + - uses: olafurpg/setup-scala@v11 - name: Check Scalafmt/Scaladoc run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc - name: Install NPM deps