From c04a94c77713ee408c0470f873249ca02f4d1187 Mon Sep 17 00:00:00 2001 From: "bb-17[bot]" <184449353+bb-17[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:07:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20gohugoio/hugo=20to=200.?= =?UTF-8?q?145.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 91433a7..9a86cad 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.144.2' + hugo-version: '0.145.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 607da65..b703893 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -33,7 +33,7 @@ jobs: uses: peaceiris/actions-hugo@v3 with: # renovate: datasource=github-releases depName=gohugoio/hugo - hugo-version: '0.144.2' + hugo-version: '0.145.0' extended: true - name: Clean cache