From 9c5e84814e84988e4cc6f960ede2cf876d55cab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:34:19 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 3 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-broken-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-broken-links.yaml b/.github/workflows/check-broken-links.yaml index 9aafd8a..a5bdd3b 100644 --- a/.github/workflows/check-broken-links.yaml +++ b/.github/workflows/check-broken-links.yaml @@ -62,7 +62,7 @@ jobs: # Add check results as PR comment - name: Create PR comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v5 if: github.event_name == 'pull_request' && steps.lychee-external.outputs.exit_code != 0 with: issue-number: ${{ github.event.pull_request.number }}