Skip to content

Commit f65d1e9

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-lint.yml

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@v2
24+
- uses: marocchino/sticky-pull-request-comment@v3.0.4
2525
if: always() && steps.lint_pr_title.outputs.error_message != null
2626
with:
2727
header: pr-title-lint-error
@@ -36,7 +36,7 @@ jobs:
3636
${{ steps.lint_pr_title.outputs.error_message }}
3737
```
3838
39-
- uses: marocchino/sticky-pull-request-comment@v2
39+
- uses: marocchino/sticky-pull-request-comment@v3.0.4
4040
if: steps.lint_pr_title.outputs.error_message == null
4141
with:
4242
header: pr-title-lint-error

0 commit comments

Comments
 (0)