From 918ecc0c8678fcfa3a33aa94a71f4ae137a4071c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:56:53 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/71345be0265236311c031f5c7866368bd1eff043...e8674b075228eee787fea43ef493e45ece1004c9) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/links_checkerPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links_checkerPR.yml b/.github/workflows/links_checkerPR.yml index 1734b35..3fa66d9 100644 --- a/.github/workflows/links_checkerPR.yml +++ b/.github/workflows/links_checkerPR.yml @@ -37,7 +37,7 @@ jobs: - name: Create or Update Comment - No Broken Links if: env.lychee_exit_code == '0' # Run if there are no broken links - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -47,7 +47,7 @@ jobs: - name: Create or Update Comment - Summary of Broken Links if: env.lychee_exit_code != '0' # Run if there are broken links - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: |