Skip to content

Commit 1a150e9

Browse files
(deps): Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7967437 commit 1a150e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: 3) Comment on PR if links broken
6363
if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'pull_request' && env.REPORT_FAILURES == 'true'
64-
uses: actions/github-script@v8
64+
uses: actions/github-script@v9
6565
with:
6666
script: |
6767
const runUrl = `${context.payload.repository.html_url}/actions/runs/${context.runId}`;
@@ -82,7 +82,7 @@ jobs:
8282
# WHY: Track broken links found during scheduled checks
8383
# OBS: Only creates issue if none already open with 'broken-links' label
8484
if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule' && env.REPORT_FAILURES == 'true'
85-
uses: actions/github-script@v8
85+
uses: actions/github-script@v9
8686
with:
8787
script: |
8888
const owner = context.repo.owner;

0 commit comments

Comments
 (0)