Skip to content

Commit 81c4d86

Browse files
chore(deps): Update actions/github-script action to v8 (#2975)
[skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1edfce commit 81c4d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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@v7
37+
uses: actions/github-script@v8
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 Edge versions
58-
uses: actions/github-script@v7
58+
uses: actions/github-script@v8
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 Firefox versions
79-
uses: actions/github-script@v7
79+
uses: actions/github-script@v8
8080
with:
8181
script: |
8282
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)