diff --git a/.github/workflows/helm-chart-package.yaml b/.github/workflows/helm-chart-package.yaml index b4083fb..f53a0a4 100644 --- a/.github/workflows/helm-chart-package.yaml +++ b/.github/workflows/helm-chart-package.yaml @@ -169,7 +169,7 @@ jobs: - name: Send notification on PR if: if env.VERSION_INCREMENTED == 'true' && github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: "Chart Compatibility Check" recreate: true