diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index db1643a..5189a10 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -15,7 +15,7 @@ env: HTMLTEST_BIN_NAME: htmltest HTMLTEST_CACHE_NAME: 'htmltest-bin-cache' HTMLTEST_BIN_PATH: ci_htmltest_bin - HUGO_TESTS_VERSIONS: '0.112.0 0.133.0' + HUGO_TESTS_VERSIONS: '0.112.0 0.136.2' CYPRESS_CACHE_NAME: 'cypress-cache' CYPRESS_CACHE_PATH: '~/.cache' NPM_CACHE_NAME: 'npm-cache' diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index dc618af..417a037 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.133.0 + HUGO_VERSION: 0.136.2 steps: - name: Install Hugo CLI run: |