From 4ff1b79a84c66c7a99db99c0dfb7b7bbec65483a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:41 +0000 Subject: [PATCH] chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: 6.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..f4262c43 100644 --- a/.github/workflows/_pages_publish.yaml +++ b/.github/workflows/_pages_publish.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Setup Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5.0.0 + uses: actions/configure-pages@v6.0.0 - name: Publish docs to GitHub Pages id: deployment