From cee566434ab27e42f16aa0badc110ae2069bbf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:23:14 +0000 Subject: [PATCH] fix(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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