chore(deps): update marocchino/sticky-pull-request-comment action to v3 (#9053)

This commit is contained in:
Elian Doran 2026-03-14 07:34:47 +02:00 committed by GitHub
commit c7c0bc4185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ runs:
# Post github action comment
- name: Post comment
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v3
if: ${{ steps.bundleSize.outputs.hasDifferences == 'true' }} # post only in case of changes
with:
number: ${{ github.event.pull_request.number }}