diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4035e8ce..01e1fb1a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,9 +58,9 @@ jobs: ${{ runner.os }}-npm- - name: Install Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: 0.139.4 - name: Install dependencies run: |