diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 7c83be8..a964c5d 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -29,7 +29,7 @@ jobs: #- name: Install Hugo # run: sudo snap install --channel=extended/stable hugo - name: Install Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: latest extended: true diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 7712878..2bfe0d0 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -16,7 +16,7 @@ jobs: #- name: Install Hugo # run: sudo snap install --channel=extended/stable hugo - name: Install Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: latest extended: true