From bc3c87ff81e5b9888a049213bec3c7ad822099a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 1 Dec 2023 11:27:30 +0000 Subject: [PATCH] updated githubactions --- .github/workflows/firebase-preview.yml | 3 +++ .github/workflows/firebase-production.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 7b93c9c0..caa90cf2 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -8,6 +8,9 @@ jobs: - name: Hugo setup uses: peaceiris/actions-hugo@v2.6.0 + with: + hugo-version: 0.120.4 + extended: true env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' diff --git a/.github/workflows/firebase-production.yml b/.github/workflows/firebase-production.yml index 168369ec..7f276ca0 100644 --- a/.github/workflows/firebase-production.yml +++ b/.github/workflows/firebase-production.yml @@ -10,6 +10,9 @@ jobs: - name: Hugo setup uses: peaceiris/actions-hugo@v2.6.0 + with: + hugo-version: 0.120.4 + extended: true env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'