From 0055fde828ad6c7ded78bbb6c86e3b211dbd8311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:05:01 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.150.1 in .github/workflows/test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 243189b8..2dba680c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.150.0 + HUGO_VERSION: 0.150.1 steps: - name: Install Hugo CLI run: |