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

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 }}