Skip to content

Commit

Permalink
update setup-scala GH action to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Nov 22, 2020
1 parent c3afa7f commit d31cf6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 13
uses: olafurpg/setup-scala@v2
uses: olafurpg/setup-scala@v10
with:
java-version: 13
- name: Cache SBT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v2
- uses: olafurpg/setup-scala@v10
- name: Cache SBT
uses: coursier/cache-action@v3
- uses: olafurpg/setup-gpg@v2
- uses: olafurpg/setup-gpg@v3
- name: Publish
run: csbt version "git status" ci-release "git status"
env:
Expand Down

0 comments on commit d31cf6e

Please sign in to comment.