diff --git a/.github/workflows/cleanup-ci.yml b/.github/workflows/cleanup-ci.yml index 1124a31e..c02a7045 100644 --- a/.github/workflows/cleanup-ci.yml +++ b/.github/workflows/cleanup-ci.yml @@ -43,4 +43,4 @@ jobs: path: . - name: Deploy to GitHub Pages if: steps.doc-root.outputs.has-doc-root == 'true' - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 2de4907f..a5aa9369 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -53,7 +53,7 @@ jobs: path: . - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 - name: Job Summary run: | echo '### Deployment successful! :rocket: https://greenbone.github.io/docs/${{ inputs.doc_root }}' >> $GITHUB_STEP_SUMMARY