diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 41879ccc8e5e..e4634d02847a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Find Existing PR Comment id: prc - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]" diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index f0fc27260f81..1e372172015a 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Find Existing PR Comment id: prc - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]"