1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #5656 from vector-im/dependabot/github_actions/peter-evans/create-or-update-comment-2

Bump peter-evans/create-or-update-comment from 1 to 2
This commit is contained in:
Adam Brown
2022-03-29 11:59:59 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ jobs:
body-includes: Integration Tests Results
- name: Publish results to PR
if: always() && github.event_name == 'pull_request'
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}