Skip to content

Commit 59bcd08

Browse files
Update actions/github-script action to v9 (#3109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent ce8ff8a commit 59bcd08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-all-browser-versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Dispatch Chrome versions
37-
uses: actions/github-script@v8
37+
uses: actions/github-script@v9
3838
with:
3939
script: |
4040
await github.rest.actions.createWorkflowDispatch({
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Dispatch Chrome for Testing versions
58-
uses: actions/github-script@v8
58+
uses: actions/github-script@v9
5959
with:
6060
script: |
6161
await github.rest.actions.createWorkflowDispatch({
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Dispatch Edge versions
79-
uses: actions/github-script@v8
79+
uses: actions/github-script@v9
8080
with:
8181
script: |
8282
await github.rest.actions.createWorkflowDispatch({
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Dispatch Firefox versions
100-
uses: actions/github-script@v8
100+
uses: actions/github-script@v9
101101
with:
102102
script: |
103103
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)