diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3e026a32e75..009f6f73bec 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Find Existing PR Comment id: prc - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 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 f8e01c72f1e..5b20adf6106 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Find Existing PR Comment id: prc - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]" diff --git a/.github/workflows/library_versions.yml b/.github/workflows/library_versions.yml index 3d40db8c4f9..366ec4b64b1 100644 --- a/.github/workflows/library_versions.yml +++ b/.github/workflows/library_versions.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Find Existing PR Comment id: prc - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]"