diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 7e3983f8..c2734b78 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -17,7 +17,7 @@ env: HTMLTEST_BIN_NAME: htmltest HTMLTEST_CACHE_NAME: 'htmltest-bin-cache' HTMLTEST_BIN_PATH: ci_htmltest_bin - HUGO_TESTS_VERSIONS: '0.91.0 0.110.0' + HUGO_TESTS_VERSIONS: '0.91.0 0.111.2' CYPRESS_CACHE_NAME: 'cypress-cache' CYPRESS_CACHE_PATH: '~/.cache' NPM_CACHE_NAME: 'npm-cache' diff --git a/netlify.toml b/netlify.toml index 9e82fb45..a5e3f0cf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" command = "hugo -s exampleSite" [build.environment] -HUGO_VERSION = "0.110.0" +HUGO_VERSION = "0.111.2" HUGO_THEME = "repo" HUGO_ENABLEGITINFO = "true"