From a6ccc253f30d2a833a25bac8248dd0e10ddf83a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:23:46 +0000 Subject: [PATCH] Bump actions/configure-pages from 4 to 6 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...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.yml | 2 +- .github/workflows/fetch-all-patches.yml | 2 +- .github/workflows/update-patches.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 213d3c22..b1f8f31f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: cp logs.html logs.js _site/ 2>/dev/null || true - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/.github/workflows/fetch-all-patches.yml b/.github/workflows/fetch-all-patches.yml index 494cd5c3..fb4bf689 100644 --- a/.github/workflows/fetch-all-patches.yml +++ b/.github/workflows/fetch-all-patches.yml @@ -173,7 +173,7 @@ jobs: cp logs.html logs.js _site/ 2>/dev/null || true - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 diff --git a/.github/workflows/update-patches.yml b/.github/workflows/update-patches.yml index cfe9e31d..25679fe5 100644 --- a/.github/workflows/update-patches.yml +++ b/.github/workflows/update-patches.yml @@ -61,7 +61,7 @@ jobs: cp logs.html logs.js _site/ 2>/dev/null || true - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v3