diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 4a9b1f06..05da3cc7 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.TOKEN_APP_ID }} private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }} - name: Add seen reaction - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: comment-id: ${{ github.event.comment.id }} reactions: eyes @@ -64,7 +64,7 @@ jobs: git commit -s -am "chore(test): update snapshots" git push - name: Add success reaction - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: comment-id: ${{ github.event.comment.id }} reactions: "+1"