replace use of unmaintained setup-scala action (#148)

* replace use of unmaintained setup-scala scation

* try setting gha permissions
This commit is contained in:
PJ Fanning 2023-02-07 16:34:49 +01:00 committed by GitHub
parent bf0a9b3515
commit f358df1c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 80 additions and 46 deletions

View file

@ -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