From 5ed3305106e003c68cd64bc4c7334e9e37fa2c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 10 Jan 2025 23:27:31 +0000 Subject: [PATCH] updated gh actions --- .github/workflows/firebase-preview.yml | 2 +- .github/workflows/firebase-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 382137b3..60382456 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -9,7 +9,7 @@ jobs: - name: Hugo setup uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: 0.120.4 + hugo-version: 0.140.2 extended: true env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' diff --git a/.github/workflows/firebase-production.yml b/.github/workflows/firebase-production.yml index e620f263..420d7bae 100644 --- a/.github/workflows/firebase-production.yml +++ b/.github/workflows/firebase-production.yml @@ -11,7 +11,7 @@ jobs: - name: Hugo setup uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: 0.120.4 + hugo-version: 0.140.2 extended: true env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'