From 467de7b765794da9ba4a622534857e291790fd30 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 23:16:39 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v3 | datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------ | | github-tags | marocchino/sticky-pull-request-comment | v2.9.4 | v3.0.5 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- is-compatible/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is-compatible/action.yml b/is-compatible/action.yml index 1bc9541d..00fe79d2 100644 --- a/is-compatible/action.yml +++ b/is-compatible/action.yml @@ -53,7 +53,7 @@ runs: if: (inputs.comment-pr == 'yes' && steps.run-levitate.outputs.code == 1) || (inputs.comment-pr == 'yes' && inputs.skip-comment-if-compatible == 'no') # write a comment with levitate output - - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + - uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 if: (inputs.comment-pr == 'yes' && steps.run-levitate.outputs.code == 1) || (inputs.comment-pr == 'yes' && inputs.skip-comment-if-compatible == 'no') with: number: ${{ steps.finder.outputs.pr }}