From 735a754533b8e8965f21f09a0ccab9e45324f232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:02:47 +0800 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 2.0.1 to 2.1.0 (#2171) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_tests_dev.yaml | 2 +- .github/workflows/dvc-diff.yml | 4 ++-- .github/workflows/format-command.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 0bd86c53cb1..83c8a3884bd 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Show job URL - uses: peter-evans/create-or-update-comment@v2.0.1 + uses: peter-evans/create-or-update-comment@v2.1.0 if: github.event_name == 'repository_dispatch' && (matrix.os == 'ubuntu-latest') with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index 0c6ffdb0c99..952b7535693 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -104,14 +104,14 @@ jobs: - name: Create comment with image diff report if: steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v2.0.1 + uses: peter-evans/create-or-update-comment@v2.1.0 with: issue-number: ${{ github.event.pull_request.number }} body: ${{ steps.image-diff.outputs.report }} - name: Update comment with new image diff report if: steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v2.0.1 + uses: peter-evans/create-or-update-comment@v2.1.0 with: comment-id: ${{ steps.fc.outputs.comment-id }} body: ${{ steps.image-diff.outputs.report }} diff --git a/.github/workflows/format-command.yml b/.github/workflows/format-command.yml index 55e18ec49b8..b6022ff8366 100644 --- a/.github/workflows/format-command.yml +++ b/.github/workflows/format-command.yml @@ -45,7 +45,7 @@ jobs: fi - name: Add reaction - uses: peter-evans/create-or-update-comment@v2.0.1 + uses: peter-evans/create-or-update-comment@v2.1.0 with: token: ${{ steps.generate-token.outputs.token }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}