From 95a688133e33a47a8e14972bc2fdf6527e02145d Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:23:52 +0300 Subject: [PATCH] Fix e2e workflow by specifying hugo version instead of using latest --- .github/workflows/playwright-e2e.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright-e2e.yml b/.github/workflows/playwright-e2e.yml index da2062563..aaa0f5dde 100644 --- a/.github/workflows/playwright-e2e.yml +++ b/.github/workflows/playwright-e2e.yml @@ -19,7 +19,10 @@ jobs: - name: 🛠️ Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' # We will be alerted if our code has deprecated functions + # Using the latest value doesn't work for now. + # See https://github.com/peaceiris/actions-hugo/issues/652#issuecomment-2543985304 + # and https://github.com/peaceiris/actions-hugo/issues/662 + hugo-version: '0.139.4' extended: true - name: 🧱 Hugo build