From a01f003c7c2d6f2ccc1200c0b3ce4e2a58c0ffb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:59:36 +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 bd803b9f..1f3bacaa 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