From 07e4e4bbddecc74062a9c2748ed39edd6891e76e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 18 Aug 2024 21:24:17 +0200 Subject: Updated the minimum required Hugo version to 0.121.0 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 655fbd9..69e4484 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.114.0' + hugo-version: '0.121.0' extended: true - name: Set up Node 20.x diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 09430e1..211c5e9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,7 +27,7 @@ jobs: matrix: hugo-version: - - '0.114.0' + - '0.121.0' - latest steps: -- cgit v1.2.3