diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index f8b6b3d..b3811c2 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.136.5' + hugo-version: '0.137.0' extended: true - name: Build diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index d5fdf95..39844b1 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.5' + hugo-version: '0.137.0' extended: true - name: Build