Skip to content

Commit

Permalink
pull-request-formatting-validator: Use github-script v7 (#281)
Browse files Browse the repository at this point in the history
Ensure that the latest version of the action is synced to other repos
(v7).

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Nov 21, 2023
1 parent 049a6de commit c796423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-formatting-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Check for Validation Errors
if: env.VALIDATION_ERROR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setFailed('PR Formatting Validation Check Failed!')
2 changes: 1 addition & 1 deletion .sync/workflows/leaf/pull-request-formatting-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Check for Validation Errors
if: env.VALIDATION_ERROR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setFailed('PR Formatting Validation Check Failed!')

0 comments on commit c796423

Please sign in to comment.