From 9b1fb2b7b474fd3b532398a2acc5fb98320e2502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:43:04 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3.0.0 to 5.0.0 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.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/3383acd359705b10cb1eeef05c0e88c056ea4666...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/ci-model-regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 04f6674b9235..c81649a9ea08 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -109,7 +109,7 @@ jobs: echo "matrix=$matrix" >> $GITHUB_OUTPUT - name: Update the comment with the configuration - uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 if: steps.fc_config.outputs.comment-id != '' with: comment-id: ${{ steps.fc_config.outputs.comment-id }} @@ -135,7 +135,7 @@ jobs: body-includes: "^/modeltest" - name: Add reaction - uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 if: steps.fc_config_update.outputs.comment-id != '' with: edit-mode: "replace"