diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 4dbb4fd0726..35444fc47ca 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -162,7 +162,7 @@ jobs: path: tmp-test-dir-with-unique-name - name: Add reaction - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v2 if: github.event_name == 'repository_dispatch' with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index 07684a1da68..ad1954269e5 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@v1.4.4 + uses: peter-evans/create-or-update-comment@v2 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@v1.4.4 + uses: peter-evans/create-or-update-comment@v2 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 6766b2b4c6a..9a48156ecc0 100644 --- a/.github/workflows/format-command.yml +++ b/.github/workflows/format-command.yml @@ -43,7 +43,7 @@ jobs: fi - name: Add reaction - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v2 with: token: ${{ steps.generate-token.outputs.token }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}