Fix incorrect coursier setup action
This commit is contained in:
parent
da15758c90
commit
fea4c74d03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: coursier/cache-action@v6.4.0
|
||||
|
||||
- name: Setup Coursier
|
||||
uses: coursier/setup-coursier@v1.3.3
|
||||
uses: coursier/setup-action@v1.3.3
|
||||
|
||||
- name: create the Pekko site
|
||||
run: sbt -Dpekko.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue