github actions: fix typo in hugo version

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-10-31 17:52:35 +01:00
parent 1020faa7b4
commit 68f82b1c06
No known key found for this signature in database
GPG Key ID: BE7B8368E3432014

View File

@ -8,7 +8,7 @@ on:
workflow_dispatch: {}
env:
PAGEFIND_VERSION: "1.0.3"
HUGO_VERSION: "0.119.9"
HUGO_VERSION: "0.119.0"
permissions:
contents: read # This is required for actions/checkout and to commit back image update
deployments: write