From 3a87870a9763a336b5f7e10527c88bdbc213d3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:04:23 +0000 Subject: [PATCH] chore(deps): 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-pages.yml | 2 +- .github/workflows/web-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index c723ee4..974fca0 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/configure-pages@v4 + - uses: actions/configure-pages@v6 - uses: actions/upload-pages-artifact@v3 with: path: docs/site diff --git a/.github/workflows/web-app.yml b/.github/workflows/web-app.yml index 3d51d82..118df8c 100644 --- a/.github/workflows/web-app.yml +++ b/.github/workflows/web-app.yml @@ -149,7 +149,7 @@ jobs: NODE_ENV: production - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3