From 3f547c6c396a2917c915db713a3b5bf857f1a202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 20:54:34 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3.0.5 --- .github/workflows/pr-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 4969819..7fd883e 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -21,7 +21,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: marocchino/sticky-pull-request-comment@v3.0.4 + - uses: marocchino/sticky-pull-request-comment@v3.0.5 if: always() && steps.lint_pr_title.outputs.error_message != null with: header: pr-title-lint-error @@ -36,7 +36,7 @@ jobs: ${{ steps.lint_pr_title.outputs.error_message }} ``` - - uses: marocchino/sticky-pull-request-comment@v3.0.4 + - uses: marocchino/sticky-pull-request-comment@v3.0.5 if: steps.lint_pr_title.outputs.error_message == null with: header: pr-title-lint-error