From 1ba8a1e2d582225525515bb8bc1596a1a564b191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:28:24 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.139.0 in .github/workflows/test.yml --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4e0e859..56eac43 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.135.0 + HUGO_VERSION: 0.139.0 steps: - name: Install Hugo CLI run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc635c4..3239409 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.135.0 + HUGO_VERSION: 0.139.0 steps: - name: Install Hugo CLI run: |