From cc0ce38684800550fedb4d9ec90cdd426602b878 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 21 Oct 2024 03:06:25 +0000 Subject: [PATCH] build: bump Hugo --- .github/workflows/branches.yml | 2 +- .github/workflows/hugo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |