From 1c1793472b2e206e1298c6f15d664b69e000be14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:35:01 +0000 Subject: [PATCH] chore(deps): bump actions/configure-pages from 5 to 6 Bumps [actions/configure-pages](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/website-commands.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 68bb63d..59fc7a4 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -141,7 +141,7 @@ jobs: echo "✓ Added robots.txt to block search engines" - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4 diff --git a/.github/workflows/website-commands.yml b/.github/workflows/website-commands.yml index 184e89b..d32a4e8 100644 --- a/.github/workflows/website-commands.yml +++ b/.github/workflows/website-commands.yml @@ -380,7 +380,7 @@ jobs: echo "✓ Site built successfully with preview banner" - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4