Skip to content

Commit ec0b02b

Browse files
chore(deps): update marocchino/sticky-pull-request-comment action to v3
1 parent 098fd3f commit ec0b02b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: validate_docs
2727
run: make docs-check
2828

29-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
29+
- uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
3030
if: always() && (steps.validate_docs.outcome == 'failure')
3131
with:
3232
header: pr-docs-error
@@ -35,7 +35,7 @@ jobs:
3535
3636
# Delete a previous comment when the docs have been updated
3737
- if: ${{ steps.validate_docs.outcome == 'success' }}
38-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
38+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
3939
with:
4040
header: pr-docs-error
4141
delete: true

.github/workflows/validate_pr_title.yaml

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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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)
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Delete a previous comment when the issue has been resolved
4141
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
42-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
42+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
4343
with:
4444
header: pr-title-lint-error
4545
delete: true

0 commit comments

Comments
 (0)