Skip to content

Commit 22e4a70

Browse files
committed
Update the external actions in the deploy-to-gh-pages workflow.
1 parent 947fdd9 commit 22e4a70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ghpages.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ jobs:
1010
build-and-deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: olafurpg/setup-scala@v5
14-
15-
- name: Checkout
16-
uses: actions/[email protected]
13+
- uses: actions/checkout@v2
14+
- uses: olafurpg/setup-scala@v10
1715
with:
18-
persist-credentials: false
16+
java-version: "[email protected]"
17+
- uses: coursier/cache-action@v5
1918

2019
- name: Build
2120
run: sbt readme/run

0 commit comments

Comments
 (0)