Skip to content

Commit 041e38d

Browse files
chore(deps): update marocchino/sticky-pull-request-comment action to v3 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c913ca commit 041e38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

24-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
24+
- uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
2525
# When the previous steps fail, the workflow would stop. By adding this
2626
# condition you can continue the execution with the populated error message.
2727
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
48+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
4949
with:
5050
header: pr-title-lint-error
5151
delete: true

0 commit comments

Comments
 (0)