From b667c6a9355ebed9f48a0f71dae7a3e139fa038c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:29:22 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v5 --- .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 2429b3af..7c858b04 100644 --- a/.github/workflows/_release_docs.yaml +++ b/.github/workflows/_release_docs.yaml @@ -82,7 +82,7 @@ jobs: path: ./website/build - name: Deploy artifact to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 - name: Invalidate CloudFront cache run: |