diff --git a/.github/workflows/documentation-gh-pages.yml b/.github/workflows/documentation-gh-pages.yml index 19e6eace..3e4e3382 100644 --- a/.github/workflows/documentation-gh-pages.yml +++ b/.github/workflows/documentation-gh-pages.yml @@ -51,7 +51,7 @@ jobs: cache-dependency-path: '**/go.sum' - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Setup Hugo run: | wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \