diff --git a/.github/workflows/_pages_publish.yaml b/.github/workflows/_pages_publish.yaml index 58bb2b6..f4262c4 100644 --- a/.github/workflows/_pages_publish.yaml +++ b/.github/workflows/_pages_publish.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Setup Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5.0.0 + uses: actions/configure-pages@v6.0.0 - name: Publish docs to GitHub Pages id: deployment