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'