Update olafurpg/setup-scala action to v10

This commit is contained in:
Renovate Bot 2020-10-20 16:56:21 +00:00
parent d6065f30f8
commit 4722f76e8a
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v5
uses: olafurpg/setup-scala@v10
- name: Build docs
run: sbt docs/unidoc
- name: Deploy to GitHub Pages

View file

@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v5
uses: olafurpg/setup-scala@v10
- name: Run migrations
run: sbt "server/run migrate"
- name: Run build