diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7d10dd7..77fef6a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: - name: Configure GitHub Pages if: env.DEPLOY_PAGES == 'true' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload GitHub Pages artifact if: env.DEPLOY_PAGES == 'true' @@ -43,4 +43,4 @@ jobs: - name: Deploy to GitHub Pages if: env.DEPLOY_PAGES == 'true' id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file