From 5afc6a5765b3fbfed14534c6b69837f0a7fb6f91 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 7 Nov 2023 12:23:12 +0100 Subject: [PATCH] github actions: sync docs use the latest hugo version in CI 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 1e6ca9d4e..7af350ab9 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.0" + HUGO_VERSION: "latest" permissions: contents: read # This is required for actions/checkout and to commit back image update deployments: write