From 417b0a3ebe2e246e143e9ae2790dcb1594e82256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:11:55 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/_release_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release_docs.yaml b/.github/workflows/_release_docs.yaml index 7c858b04..22991228 100644 --- a/.github/workflows/_release_docs.yaml +++ b/.github/workflows/_release_docs.yaml @@ -74,7 +74,7 @@ jobs: SEGMENT_TOKEN: ${{ secrets.SEGMENT_TOKEN }} - name: Set up GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v4