Skip to content

Commit 144b945

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 b61f198 commit 144b945

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: 3) Comment on PR if links broken
5050
if: failure() && github.event_name == 'pull_request'
51-
uses: actions/github-script@v8
51+
uses: actions/github-script@v9
5252
with:
5353
script: |
5454
const runUrl = `${context.payload.repository.html_url}/actions/runs/${context.runId}`;
@@ -68,7 +68,7 @@ jobs:
6868
- name: 4) Create issue for scheduled failures # WHY: Track broken links found during scheduled checks
6969
# OBS: Only creates issue if none already open with 'broken-links' label
7070
if: failure() && github.event_name == 'schedule'
71-
uses: actions/github-script@v8
71+
uses: actions/github-script@v9
7272
with:
7373
script: |
7474
const date = new Date().toISOString().split("T")[0];

0 commit comments

Comments
 (0)