Skip to content

Commit

Permalink
Replace deprecated setup-scala with setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 4, 2023
1 parent e092e34 commit b09d5df
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: actions/setup-[email protected]
with:
java-version: 1.8.0
distribution: temurin
java-version: '8'
check-latest: true

- name: Scala ${{ matrix.scala }} Building ${{ matrix.module }}
run: |
Expand All @@ -45,9 +47,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: actions/setup-[email protected]
with:
java-version: 1.8.0
distribution: temurin
java-version: '8'
check-latest: true
- run: |
export ENCRYPTION_PASSWORD=${{ secrets.ENCRYPTION_PASSWORD }}
export PGP_PASSPHRASE=${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit b09d5df

Please sign in to comment.