From b45d5e79dab38e694f602695fc82fb243334bbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:24:27 +0000 Subject: [PATCH] Bump actions/deploy-pages from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cleanup-ci.yml | 2 +- .github/workflows/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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