fix version of install-action to version of 2 weeks ago
Some checks failed
/ build (push) Failing after 31s
Some checks failed
/ build (push) Failing after 31s
This commit is contained in:
parent
af79a00721
commit
3eff198879
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- uses: https://github.com/taiki-e/install-action@v2
|
- uses: https://github.com/taiki-e/install-action@v2.37.0
|
||||||
with:
|
with:
|
||||||
tool: zola@0.17.1
|
tool: zola@0.17.1
|
||||||
- run: zola build
|
- run: zola build
|
Loading…
Reference in a new issue