Skip to content

Commit 491b4e1

Browse files
ci(deps): Bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...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 f8e5c8a commit 491b4e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ jobs:
12281228
12291229
- name: Create issues for failed jobs
12301230
if: github.ref == 'refs/heads/develop' && contains(needs.*.result, 'failure')
1231-
uses: actions/github-script@v7
1231+
uses: actions/github-script@v9
12321232
with:
12331233
script: |
12341234
const { default: run } = await import(

.github/workflows/gitflow-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
steps:
1818
- name: Check for merge conflicts with retry
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
script: |
2222
const initialDelay = 60_000; // Wait 1 minute before first check to let CI start

.github/workflows/pr-review-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Remind pending reviewers
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v9
3232
with:
3333
script: |
3434
const { default: run } = await import(

0 commit comments

Comments
 (0)