diff --git a/.github/workflows/buildDeploy.yaml b/.github/workflows/buildDeploy.yaml index 1df72ba..ac9d48c 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.143.1' + hugo-version: '0.144.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 be78336..108cf85 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.143.1' + hugo-version: '0.144.0' extended: true - name: Clean cache