Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2021
1 parent fb74cfd commit ac69f93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CACHE_PATH: ~\AppData\Local\Coursier\Cache\v1
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}
- uses: coursier/[email protected]
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
os: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
with:
java-version: "[email protected]"
- uses: coursier/[email protected]
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
- uses: coursier/[email protected]
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sourcegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Upload LSIF"
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-scala@v13
- uses: actions/setup-go@v2
with:
go-version: "1.15.6"
Expand Down

0 comments on commit ac69f93

Please sign in to comment.