Skip to content

Commit 8b7ee80

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#8271)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e093e0 commit 8b7ee80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Delete previous lint failure comments if linting succeeded.
6666
- name: Delete previous lint failure comments
6767
if: steps.lint-pr-title.outcome == 'success'
68-
uses: actions/github-script@v8
68+
uses: actions/github-script@v9
6969
with:
7070
script: |
7171
const prNumber = context.payload.pull_request.number;
@@ -96,7 +96,7 @@ jobs:
9696
# Add a comment to the PR to provide guidance if the linting failed.
9797
- name: Leave guidance comment
9898
if: steps.lint-pr-title.outcome == 'failure'
99-
uses: actions/github-script@v8
99+
uses: actions/github-script@v9
100100
with:
101101
script: |
102102
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)