From 3009a840019a46d5e528b13d1f791b75e5e145dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 07:08:02 +0000 Subject: [PATCH] chore(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/docker-size.yml | 2 +- .github/workflows/lint-pr-title.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-size.yml b/.github/workflows/docker-size.yml index 5182837..c05a873 100644 --- a/.github/workflows/docker-size.yml +++ b/.github/workflows/docker-size.yml @@ -50,7 +50,7 @@ jobs: pull-requests: write steps: - name: 💬 Post Size Comparison - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: docker-size message: | diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 9ddc5ed..569a750 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -24,7 +24,7 @@ jobs: - name: 💬 Post Error Comment if: failure() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: pr-title-lint-error message: | @@ -47,7 +47,7 @@ jobs: - name: ✅ Delete Error Comment if: success() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: pr-title-lint-error delete: true