diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 1965a39b3..c3aab8c5c 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -28,7 +28,7 @@ jobs: echo "::set-output name=hugo_version::${HUGO_VERSION}" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v2.4.12 with: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af19e614c..b0628514d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: echo "::set-output name=hugo_version::${HUGO_VERSION}" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v2.4.12 with: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: true @@ -58,7 +58,7 @@ jobs: echo "::set-output name=hugo_version::${HUGO_VERSION}" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v2.4.12 with: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: true