Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2021
1 parent c4ad729 commit a0514e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-scala@v11
- run: ./bin/scalafmt --test
docs:
name: Website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-scala@v11
- run: sbt '++2.12.13 docs/mdoc'
test:
name: ${{ matrix.command }} ${{ matrix.java }}
Expand All @@ -35,7 +35,7 @@ jobs:
- "'++3.0.0 test'"
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-scala@v11
with:
java-version: ${{ matrix.java }}
- run: sbt ${{ matrix.command }}
2 changes: 1 addition & 1 deletion .github/workflows/mdoc.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@v10
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-gpg@v3
- run: sbt '++2.12.13 docs/docusaurusPublishGhpages'
env:
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@v10
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ github.ref }}
run: sbt ci-release
Expand Down

0 comments on commit a0514e3

Please sign in to comment.