From 9ee7bd833592e8553943784bb431a2410e11cb35 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Thu, 26 Mar 2026 06:54:59 -0400 Subject: [PATCH] Update configure-pages to v6.0.0 Support for node.js 24 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 90e6dd56..8dcc3e23 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -167,7 +167,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6.0.0 - name: Setup Node uses: actions/setup-node@v6