diff --git a/.github/workflows/container_app_pr.yml b/.github/workflows/container_app_pr.yml index 8982eac4543..c8492e842b1 100644 --- a/.github/workflows/container_app_pr.yml +++ b/.github/workflows/container_app_pr.yml @@ -69,7 +69,7 @@ jobs: -Dapp.image.tag=${{ env.IMAGE_TAG }} -Ddocker.registry=ghcr.io -Ddocker.platforms=${{ env.PLATFORMS }} - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 with: header: registry-push hide_and_recreate: true diff --git a/.github/workflows/container_app_push.yml b/.github/workflows/container_app_push.yml index 2935bc7421e..fb98a926dbe 100644 --- a/.github/workflows/container_app_push.yml +++ b/.github/workflows/container_app_push.yml @@ -141,7 +141,7 @@ jobs: ${{ env.REGISTRY }} -Ddocker.platforms=${{ env.PLATFORMS }} -P ct deploy - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3 if: ${{ github.event_name == 'pull_request' }} with: header: registry-push