From eeec56803dd1468d7fadf2d303ed8b395f75eaf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:38:56 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v4 --- .github/workflows/deploy-docs-to-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs-to-github-pages.yml b/.github/workflows/deploy-docs-to-github-pages.yml index 90fbf67..15eb511 100644 --- a/.github/workflows/deploy-docs-to-github-pages.yml +++ b/.github/workflows/deploy-docs-to-github-pages.yml @@ -54,4 +54,4 @@ jobs: path: './docs/build' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4