Skip to content

Commit

Permalink
Use newer setup-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jan 11, 2021
1 parent 742c580 commit fa65e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.java }}
- name: Cache Coursier
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- name: Cache Coursier
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-gpg@v2
- name: Cache Coursier
uses: actions/cache@v1
Expand Down

0 comments on commit fa65e12

Please sign in to comment.