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 }}