From afdd217119feb63dd766d24d424ee012bbcab765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:20:50 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 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/v4...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/single-commit-enforcement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/single-commit-enforcement.yml b/.github/workflows/single-commit-enforcement.yml index 7ae6f92..382551c 100644 --- a/.github/workflows/single-commit-enforcement.yml +++ b/.github/workflows/single-commit-enforcement.yml @@ -177,7 +177,7 @@ jobs: - name: Post Success Comment if: steps.validate.outputs.status == 'compliant' && steps.check-permissions.outputs.can_comment == 'true' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 continue-on-error: true with: token: ${{ secrets.GITHUB_TOKEN }}