Skip to content

Commit 3010d1f

Browse files
dependabot[bot]zhongfly
authored andcommitted
build(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] <[email protected]>
1 parent 42ae07c commit 3010d1f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Trigger Toolchain build workflow
146-
uses: actions/github-script@v8
146+
uses: actions/github-script@v9
147147
with:
148148
retries: 3
149149
script: |

.github/workflows/mpv.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
patch_note: ${{ steps.script.outputs.patch_note }}
6969
steps:
7070
- id: script
71-
uses: actions/github-script@v8
71+
uses: actions/github-script@v9
7272
with:
7373
script: |
7474
const commit = await github.rest.repos.getCommit({
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Generate cache key
230230
id: generate_key
231-
uses: actions/github-script@v8
231+
uses: actions/github-script@v9
232232
with:
233233
script: |
234234
let toolchain_restore_key="${{ steps.lookup_toolchain.outputs.cache-matched-key }}";
@@ -405,7 +405,7 @@ jobs:
405405

406406
- name: "Get artifacts' name and path"
407407
id: get_files
408-
uses: actions/github-script@v8
408+
uses: actions/github-script@v9
409409
with:
410410
script: |
411411
const path = require('path');
@@ -495,7 +495,7 @@ jobs:
495495
key: ${{ env.build_save_key }}
496496

497497
- name: "Job summary"
498-
uses: actions/github-script@v8
498+
uses: actions/github-script@v9
499499
continue-on-error: true
500500
if: ${{ always() }}
501501
with:
@@ -612,7 +612,7 @@ jobs:
612612
skip-decompress : true
613613

614614
- name: "Check artifacts"
615-
uses: actions/github-script@v8
615+
uses: actions/github-script@v9
616616
with:
617617
script: |
618618
const globber = await glob.create(`artifacts/mpv*.7z`);
@@ -649,7 +649,7 @@ jobs:
649649
650650
- name: "Generate release note & sha256"
651651
id: note
652-
uses: actions/github-script@v8
652+
uses: actions/github-script@v9
653653
with:
654654
script: |
655655
const sha = `${{ needs.params.outputs.sha }}`;
@@ -754,7 +754,7 @@ jobs:
754754

755755
- name: Generate cache key
756756
id: generate_key
757-
uses: actions/github-script@v8
757+
uses: actions/github-script@v9
758758
with:
759759
script: |
760760
let toolchain_restore_key="${{ steps.toolchain.outputs.cache-matched-key }}";

.github/workflows/toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache_suffix: ${{ steps.suffix.outputs.cache_suffix }}
5353
steps:
5454
- id: script
55-
uses: actions/github-script@v8
55+
uses: actions/github-script@v9
5656
with:
5757
script: |
5858
let matrix = {};
@@ -220,7 +220,7 @@ jobs:
220220

221221
steps:
222222
- name: Trigger mpv build workflow
223-
uses: actions/github-script@v8
223+
uses: actions/github-script@v9
224224
with:
225225
retries: 3
226226
script: |

0 commit comments

Comments
 (0)