From b44f5bd09ad90ae3cc4e892956b1c1d45eeb62c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 18:08:37 +0700 Subject: [PATCH] chore(deps): bump actions/configure-pages from 5 to 6 (#9) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/.github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.github/workflows/deploy-github-pages.yml b/web/.github/workflows/deploy-github-pages.yml index ca06503..9e54b85 100644 --- a/web/.github/workflows/deploy-github-pages.yml +++ b/web/.github/workflows/deploy-github-pages.yml @@ -26,7 +26,7 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm build:gh - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 - uses: actions/upload-pages-artifact@v3 with: path: build