diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d56d206d97..e6506f88bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: path: .github/workflows/hugo_version.txt - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "${{ steps.hugo_version.outputs.content }}" extended: true diff --git a/.github/workflows/build_pr_preview.yml b/.github/workflows/build_pr_preview.yml index 44c9fa2912..287d649a26 100644 --- a/.github/workflows/build_pr_preview.yml +++ b/.github/workflows/build_pr_preview.yml @@ -32,7 +32,7 @@ jobs: path: .github/workflows/hugo_version.txt - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "${{ steps.hugo_version.outputs.content }}" extended: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2ae3a4ca0..8494f3833f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: path: .github/workflows/hugo_version.txt - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "${{ steps.hugo_version.outputs.content }}" extended: true