Skip to content

Commit

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

Bump olafurpg/setup-scala from 12 to 13
  • Loading branch information
tgodzik authored Sep 1, 2021
2 parents 452f1c4 + 4c24c19 commit ffb5d73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
- run: ./bin/scalafmt --test
docs:
name: Website
Expand All @@ -19,14 +19,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
- run: sbt '++2.12.14 docs/mdoc'
test-windows:
name: "Windows"
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- run: sbt '++2.13.6 test'
Expand All @@ -47,7 +47,7 @@ jobs:
- "'++3.0.1 test'"
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
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@v12
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- run: sbt '++2.12.14 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@v12
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ github.ref }}
run: sbt ci-release
Expand Down

0 comments on commit ffb5d73

Please sign in to comment.