Skip to content

Commit 3b77451

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-pr.yml

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

22-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
22+
- uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3
2323
# When the previous steps fails, the workflow would stop. By adding this
2424
# condition you can continue the execution with the populated error message.
2525
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -36,7 +36,7 @@ jobs:
3636
```
3737
# Delete a previous comment when the issue has been resolved
3838
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
39-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
39+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3
4040
with:
4141
header: pr-title-lint-error
4242
delete: true

0 commit comments

Comments
 (0)