diff --git a/.github/workflows/buildDeploy.yaml b/.github/workflows/buildDeploy.yaml index b142d20..6ca4211 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.2' + hugo-version: '0.136.3' extended: true # Build your site and dump the files in ./public diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 83b23df..e9fbaeb 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.2' + hugo-version: '0.136.3' extended: true - name: Clean cache