Skip to content

Commit

Permalink
chore(deps): update thollander/actions-comment-pull-request action to…
Browse files Browse the repository at this point in the history
… v3 (#6035)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 5bd9f1c commit be5efb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-nudge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if:
steps.changed-javascript-files.outputs.modified_files != '' ||
steps.changed-javascript-files.outputs.added_files != ''
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files.
Expand All @@ -62,7 +62,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Adds or modifies js files') &&
steps.changed-javascript-files.outputs.modified_files == '' &&
steps.changed-javascript-files.outputs.added_files == ''
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
~This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files. Consider converting them to TypeScript.~
Expand Down

0 comments on commit be5efb6

Please sign in to comment.