diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7f2a76d..a737521 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Pages if: github.event_name != 'pull_request' id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll if: github.event_name == 'pull_request' @@ -86,4 +86,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5