-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump olafurpg/setup-scala from 12 to 13
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
1 parent
fb74cfd
commit ac69f93
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters