diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index e426049..f88a1b2 100644 --- a/.github/workflows/buildDeploy.yml +++ b/.github/workflows/buildDeploy.yml @@ -47,7 +47,7 @@ jobs: uses: peaceiris/actions-hugo@v3 with: # renovate: datasource=github-releases depName=gohugoio/hugo - hugo-version: '0.132.0' + hugo-version: '0.132.1' extended: true - name: Build diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index a93a576..462a692 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.132.0' + hugo-version: '0.132.1' extended: true - name: Build