From c9205732b0f579c5a288ede0764330a17ca64706 Mon Sep 17 00:00:00 2001 From: "bb-17[bot]" <184449353+bb-17[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:02:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20gohugoio/hugo=20to=200.?= =?UTF-8?q?136.4?= 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 6ca4211..af59a6c 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.136.3' + hugo-version: '0.136.4' extended: true # Build your site and dump the files in ./public diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index e9fbaeb..a5e2b63 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.136.3' + hugo-version: '0.136.4' extended: true - name: Clean cache