From a19bc6721238469df4de3ee32233c95a0e4ece3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:06:04 +0000 Subject: [PATCH] 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ceb9ac..d531933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: npm audit --omit=dev --audit-level=high - run: npm test - run: npm run build - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v3 if: github.ref == 'refs/heads/main'