From ceb04ebca90fdd98ce5ab23e5850deb2ef86b883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:18:56 +0100 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#77) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 78630ed..00659bd 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -70,7 +70,7 @@ jobs: run: | yarn docs:html - name: Publish docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ steps.do-publish.outputs.docs }} with: github_token: ${{ secrets.GITHUB_TOKEN }}