Skip to content

Commit 6c14a5b

Browse files
authored
Merge pull request #1 from structural-explainability/dependabot/github_actions/actions/github-script-9
(deps): Bump actions/github-script from 8 to 9
2 parents df7cbbf + 2a9b7c1 commit 6c14a5b

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)