Skip to content

Commit eda0c4d

Browse files
chore(action): update marocchino/sticky-pull-request-comment action to v2.9.3
1 parent bc1bf72 commit eda0c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_pr_title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
HUSKY: 0
2828

29-
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
29+
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
3030
# When the previous steps fails, the workflow would stop. By adding this
3131
# condition you can continue the execution with the populated error message.
3232
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -45,7 +45,7 @@ jobs:
4545
4646
# Delete a previous comment when the issue has been resolved
4747
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
48-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
48+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
4949
with:
5050
header: pr-title-lint-error
5151
delete: true

0 commit comments

Comments
 (0)