Update olafurpg/setup-scala action to v13

This commit is contained in:
Renovate Bot 2021-08-30 21:09:34 +00:00
parent e744aaf094
commit 994b4c37f2
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View file

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

View file

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