From 4e0d30782798c65482deea8f06392f9fafc94b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:06:29 +0000 Subject: [PATCH] chore(deps): Bump peter-evans/commit-comment from 3 to 4 Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e6a0e92..c8f682a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: PAGES_BRANCH: ${{ github.event_name == 'push' && github.ref_name || format('pr-{0}', github.event.number) }} if: github.event_name == 'push' - name: Comment on Commit - uses: peter-evans/commit-comment@v3 + uses: peter-evans/commit-comment@v4 with: body: | ## :rocket: Deployed to Cloudflare Pages!