mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Update olafurpg/setup-scala action to v13
This commit is contained in:
parent
e744aaf094
commit
994b4c37f2
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue