Skip to content

Commit 236bc2f

Browse files
authored
chore(deps): Upgrade sticky-pull-request-comment to v3.0.4 (#633)
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent 7929f17 commit 236bc2f

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
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

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

0 commit comments

Comments
 (0)