We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1edfce commit 81c4d86Copy full SHA for 81c4d86
.github/workflows/release-all-browser-versions.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Dispatch Chrome versions
37
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
38
with:
39
script: |
40
await github.rest.actions.createWorkflowDispatch({
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Dispatch Edge versions
58
59
60
61
@@ -76,7 +76,7 @@ jobs:
76
77
78
- name: Dispatch Firefox versions
79
80
81
82
0 commit comments