From 68f82b1c068a0e145fa5f1b56285462a298a693d Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 31 Oct 2023 17:52:35 +0100 Subject: [PATCH] github actions: fix typo in hugo version Signed-off-by: Artem Navoiev --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index a47749774..1e6ca9d4e 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -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