Skip to content

Commit d5566b6

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Trigger Windows Build
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
with:
1919
script: |
2020
await github.rest.actions.createWorkflowDispatch({
@@ -25,7 +25,7 @@ jobs:
2525
});
2626
2727
- name: Trigger macOS Build
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
with:
3030
script: |
3131
await github.rest.actions.createWorkflowDispatch({
@@ -36,7 +36,7 @@ jobs:
3636
});
3737
3838
- name: Trigger Linux Build
39-
uses: actions/github-script@v7
39+
uses: actions/github-script@v8
4040
with:
4141
script: |
4242
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)