From e089413ec552870206279c608436a219bbae2a82 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Sep 2024 03:01:44 +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..cc1b5cf 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.134.3' 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..1d62f4d 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.134.3 steps: - name: Install Hugo CLI run: |