Skip to content

Commit

Permalink
Merge pull request #510 from scalameta/dependabot/github_actions/olaf…
Browse files Browse the repository at this point in the history
…urpg/setup-scala-11

Bump olafurpg/setup-scala from 10 to 11
  • Loading branch information
tgodzik authored Jun 1, 2021
2 parents c4ad729 + a0514e3 commit 38a7121
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 38a7121

Please sign in to comment.