Skip to content

Commit e2ebe77

Browse files
ci(deps): bump actions/github-script from 8 to 9 (#1930)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8bd488 commit e2ebe77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/label_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/github-script@v8
15+
- uses: actions/github-script@v9
1616
with:
1717
script: |
1818
const issue = await github.rest.issues.get({

.github/workflows/label_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
configuration-path: .github/labeler.yml
2020
- name: Label based on PR title
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
with:
2323
script: |
2424
const title = context.payload.pull_request.title.toLowerCase();

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Broken Links Report
2626
if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule'
27-
uses: actions/github-script@v8
27+
uses: actions/github-script@v9
2828
with:
2929
script: |
3030
const fs = require('fs');

0 commit comments

Comments
 (0)