From 6e16f4cc8d7aa20f4399001b462b4ff7719f8f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 04:04:47 +0000 Subject: [PATCH] Update dependency gohugoio/hugo from v0.153.4 to v0.155.3 (.github/workflows/validate_docs_build.yml) --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/validate_docs_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9e2bdbffea4..7868b75af80 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 with: - hugo-version: '0.153.4' # renovate: datasource=github-releases depName=gohugoio/hugo + hugo-version: '0.155.3' # renovate: datasource=github-releases depName=gohugoio/hugo extended: true - name: Setup Node diff --git a/.github/workflows/validate_docs_build.yml b/.github/workflows/validate_docs_build.yml index 0877a1910a7..b2d90c1733a 100644 --- a/.github/workflows/validate_docs_build.yml +++ b/.github/workflows/validate_docs_build.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 with: - hugo-version: '0.153.4' # renovate: datasource=github-releases depName=gohugoio/hugo + hugo-version: '0.155.3' # renovate: datasource=github-releases depName=gohugoio/hugo extended: true - name: Setup Node