From 38022c27960f6262051b37fd0198d4c240c6e779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:46:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20gohugoio/h?= =?UTF-8?q?ugo=20to=20v0.127.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildDeploy.yaml | 2 +- .github/workflows/testBuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildDeploy.yaml b/.github/workflows/buildDeploy.yaml index 605a4a7..b1e09b2 100644 --- a/.github/workflows/buildDeploy.yaml +++ b/.github/workflows/buildDeploy.yaml @@ -59,7 +59,7 @@ jobs: uses: peaceiris/actions-hugo@v3 with: # renovate: datasource=github-releases depName=gohugoio/hugo - hugo-version: '0.126.3' + hugo-version: '0.127.0' extended: true # Build your site and dump the files in ./public diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index bda101a..3cae7e0 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -29,7 +29,7 @@ jobs: uses: peaceiris/actions-hugo@v3 with: # renovate: datasource=github-releases depName=gohugoio/hugo - hugo-version: '0.126.3' + hugo-version: '0.127.0' extended: true - name: Clean cache