From f6f6744f1ad7c91aa3ddeb5ae9ae7ab000f3888c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:03:36 +0000 Subject: [PATCH] build(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.5 to 5.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.5...v5.0.0) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/doc-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-release.yml b/.github/workflows/doc-release.yml index a796d182..125d1ad4 100644 --- a/.github/workflows/doc-release.yml +++ b/.github/workflows/doc-release.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Deploy Github Pages Site - uses: actions/deploy-pages@v4.0.5 + uses: actions/deploy-pages@v5.0.0 with: token: ${{ github.token }} artifact_name: "github-pages"