diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3d7560b..370f6b5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -22,9 +22,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Hugo setup - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.121.1' + hugo-version: '0.127.0' extended: true - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index d2929fa..5001cf6 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -24,9 +24,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Hugo setup - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.121.1' + hugo-version: '0.127.0' extended: true - name: Checkout uses: actions/checkout@v4