From 2580a9de7338da3b74ea42268b3c289abe78b4d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:02:00 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/frontend-publish-npm-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-publish-npm-gh.yml b/.github/workflows/frontend-publish-npm-gh.yml index c32ca5e4..f760c237 100644 --- a/.github/workflows/frontend-publish-npm-gh.yml +++ b/.github/workflows/frontend-publish-npm-gh.yml @@ -24,7 +24,7 @@ jobs: npm-token: ${{ secrets.NPM_TOKEN }} directory: ./lib - name: Publish Redocly Docs on Github Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./web_deploy