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'