From 6185f6a8b4fe24dc595b60acaa7735e122703cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:32:51 +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 39e6caaafc..44b1022c45 100644 --- a/.github/workflows/_release_docs.yaml +++ b/.github/workflows/_release_docs.yaml @@ -70,7 +70,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: |