From e9795c429d132ca9ca086b49022610ee7074dba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:31:59 +0000 Subject: [PATCH] actions(deps): bump actions/configure-pages in the actions-monthly group Bumps the actions-monthly group with 1 update: [actions/configure-pages](https://github.com/actions/configure-pages). Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-monthly ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 09bcc10..244d55e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -24,7 +24,7 @@ jobs: # Auto-enables Pages if it isn't enabled yet. Saves the manual # Settings → Pages → Source → GitHub Actions dance on fresh repos. - name: Configure Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 with: enablement: true