Update olafurpg/setup-scala action to v12

This commit is contained in:
Renovate Bot 2021-06-01 09:23:05 +00:00
parent 67a9e11ae4
commit 542c39fe91
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@v10
uses: olafurpg/setup-scala@v12
- 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@v10
uses: olafurpg/setup-scala@v12
- name: Run migrations
run: sbt "server/run migrate"
- name: Run build