From ee54770be36b7ad913eeff0427870802ef77b452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:43 +0000 Subject: [PATCH] chore(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/_pages_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_pages_publish.yaml b/.github/workflows/_pages_publish.yaml index 58bb2b60..dc84dbb9 100644 --- a/.github/workflows/_pages_publish.yaml +++ b/.github/workflows/_pages_publish.yaml @@ -20,4 +20,4 @@ jobs: - name: Publish docs to GitHub Pages id: deployment if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/deploy-pages@v4.0.5 + uses: actions/deploy-pages@v5.0.0