Commit 68e9fa62ed7 for woocommerce

commit 68e9fa62ed7a05799cd1b8ac1e210de01effbcec
Author: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com>
Date:   Tue Jul 14 14:42:19 2026 +0300

    ci: bump peter-evans comment actions to Node 24 releases (#66597)

diff --git a/.github/workflows/automate-team-review-assignment.yml b/.github/workflows/automate-team-review-assignment.yml
index 0fad3ddbf45..79808b70860 100644
--- a/.github/workflows/automate-team-review-assignment.yml
+++ b/.github/workflows/automate-team-review-assignment.yml
@@ -114,7 +114,7 @@ jobs:
               echo "TEAMS=$teams" >> $GITHUB_ENV

         - name: Find the comment by github-actions[bot] asking for reviewing the testing instructions
-          uses: peter-evans/find-comment@034abe94d3191f9c89d870519735beae326f2bdb
+          uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
           id: find-comment
           with:
               issue-number: ${{ github.event.pull_request.number }}
@@ -122,7 +122,7 @@ jobs:
               body-includes: Apart from reviewing the code changes

         - name: Create or update PR comment asking for reviewers to review the testing instructions and test coverage
-          uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
+          uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
           with:
               comment-id: ${{ steps.find-comment.outputs.comment-id }}
               issue-number: ${{ github.event.pull_request.number }}