Skip to content

Commit

Permalink
chore: deprecated olafurpg/setup-scala replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Sep 12, 2023
1 parent ef9b254 commit a356c18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: olafurpg/setup-scala@v14
- uses: actions/setup-java@v3
with:
java-version: [email protected]
distribution: temurin
java-version: 8
cache: sbt
- name: sbt ci ${{ github.ref }}
run: ./sbt ci
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: olafurpg/setup-scala@v14
- uses: actions/setup-java@v3
with:
java-version: [email protected]
distribution: temurin
java-version: 8
cache: sbt
- name: sbt ci-release ${{ github.ref }}
run: ./sbt ci-release
env:
Expand Down

0 comments on commit a356c18

Please sign in to comment.