mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Merge pull request #617 from psforever/renovate/olafurpg-setup-scala-10.x
Update olafurpg/setup-scala action to v10
This commit is contained in:
commit
768ca6df0c
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Scala
|
- name: Setup Scala
|
||||||
uses: olafurpg/setup-scala@v5
|
uses: olafurpg/setup-scala@v10
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: sbt docs/unidoc
|
run: sbt docs/unidoc
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
|
|
||||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Scala
|
- name: Setup Scala
|
||||||
uses: olafurpg/setup-scala@v5
|
uses: olafurpg/setup-scala@v10
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
run: sbt "server/run migrate"
|
run: sbt "server/run migrate"
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue