From 32ea0bb272c11cbd966dc5c77d9c815ba4762eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 04:43:39 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.139.2 in .github/workflows/test.yml (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 bb8db76c..e24ddf51 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.139.0 + HUGO_VERSION: 0.139.2 steps: - name: Install Hugo CLI run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb34fb67..c96693b3 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.139.0 + HUGO_VERSION: 0.139.2 steps: - name: Install Hugo CLI run: |