diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3e026a32e75..a994b6bd816 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -45,7 +45,7 @@ jobs: - run: echo ${{ steps.prc.outputs.comment-id }} - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index f8e01c72f1e..ae671c59bb8 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -48,7 +48,7 @@ jobs: - run: echo ${{ steps.prc.outputs.comment-id }} - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index d949186fd54..45f9fe95d3c 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Add community note to new Issues' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/library_versions.yml b/.github/workflows/library_versions.yml index 3d40db8c4f9..2ae133a3da7 100644 --- a/.github/workflows/library_versions.yml +++ b/.github/workflows/library_versions.yml @@ -51,7 +51,7 @@ jobs: - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index e3809f22e80..d21a3c8cf10 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -222,7 +222,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Add community note to new Pull Requests' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -265,7 +265,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Comment if maintainers cannot edit' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: |