diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1a073c4..79dd714 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,9 +16,9 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'v0.155.0' + hugo-version: '0.155.0' # extended: true - name: Setup Rust