From edc4f6cbc39e6d2942b4848f5a7013f7e08c9586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 02:43:52 +0000 Subject: [PATCH] workflows: bump the deps group with 2 updates Bumps the deps group with 2 updates: [peter-evans/find-comment](https://github.com/peter-evans/find-comment) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `peter-evans/find-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4) Updates `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/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/dco-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dco-report.yml b/.github/workflows/dco-report.yml index 1ef943c..5a821cf 100644 --- a/.github/workflows/dco-report.yml +++ b/.github/workflows/dco-report.yml @@ -57,7 +57,7 @@ jobs: fi - name: Find existing comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: search continue-on-error: true with: @@ -66,7 +66,7 @@ jobs: body-includes: Developer Certificate of Origin - name: Report good signoff - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: steps.result.outputs.success == 'true' && steps.result.outputs.have_token == 'true' with: token: ${{ secrets.OPENSLIDE_BOT_TOKEN }} @@ -95,7 +95,7 @@ jobs: [license]: https://openslide.org/license/ - name: Report bad signoff - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: steps.result.outputs.success != 'true' && steps.result.outputs.have_token == 'true' with: token: ${{ secrets.OPENSLIDE_BOT_TOKEN }}