replace use of unmaintained setup-scala action (#148)
* replace use of unmaintained setup-scala scation * try setting gha permissions
This commit is contained in:
parent
bf0a9b3515
commit
f358df1c86
11 changed files with 80 additions and 46 deletions
|
|
@ -9,6 +9,8 @@ on:
|
|||
tags:
|
||||
- v2.6.*
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check-binary-compatibility:
|
||||
name: Check / Binary Compatibility
|
||||
|
|
@ -28,10 +30,11 @@ jobs:
|
|||
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: olafurpg/setup-scala@v13
|
||||
- name: Setup Java 8
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: adopt@1.8.0
|
||||
distribution: temurin
|
||||
java-version: 8
|
||||
|
||||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue