From 809402e87b4152e5bfd7b5fca1ba796869bb2d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:49:02 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3 to 4 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cron_api.yml | 2 +- .github/workflows/cron_avx2.yml | 2 +- .github/workflows/cron_latest_libraries.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron_api.yml b/.github/workflows/cron_api.yml index c6b97abe84..383e948b82 100644 --- a/.github/workflows/cron_api.yml +++ b/.github/workflows/cron_api.yml @@ -106,7 +106,7 @@ jobs: - name: Create comment if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ env.ISSUE }} body: ${{ steps.comment-body.outputs.body }} diff --git a/.github/workflows/cron_avx2.yml b/.github/workflows/cron_avx2.yml index 41899bb586..4f82a0ab9c 100644 --- a/.github/workflows/cron_avx2.yml +++ b/.github/workflows/cron_avx2.yml @@ -114,7 +114,7 @@ jobs: - name: Create comment if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ env.ISSUE }} body: ${{ steps.comment-body.outputs.body }} diff --git a/.github/workflows/cron_latest_libraries.yml b/.github/workflows/cron_latest_libraries.yml index 7d74f038e0..459bc3243f 100644 --- a/.github/workflows/cron_latest_libraries.yml +++ b/.github/workflows/cron_latest_libraries.yml @@ -137,7 +137,7 @@ jobs: - name: Create comment if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ env.ISSUE }} body: ${{ steps.comment-body.outputs.body }}