File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 fi
147147 fi
148148 if : steps.vars.outputs.branch != '' && steps.vuecheck.outputs.vue_modified == '1'
149- - uses : actions/github-script@v8
149+ - uses : actions/github-script@v9
150150 with :
151151 script : |
152152 github.rest.issues.createComment({
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 fi
114114 fi
115115 if : steps.vars.outputs.branch != '' && steps.ttfcheck.outputs.ttf_modified == '1'
116- - uses : actions/github-script@v8
116+ - uses : actions/github-script@v9
117117 with :
118118 script : |
119119 github.rest.issues.createComment({
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Ensure PR has an open milestone
19- uses : actions/github-script@v8
19+ uses : actions/github-script@v9
2020 with :
2121 script : |
2222 const pr = context.payload.pull_request;
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 steps :
4343 - name : " Check release password"
4444 if : ${{ github.event_name != 'schedule' && github.event.inputs.password != env.RELEASE_PASSWORD }}
45- uses : actions/github-script@v8
45+ uses : actions/github-script@v9
4646 with :
4747 script : |
4848 core.setFailed('Release password didn\'t match.')
4949 - name : " Check if user is allowed"
5050 if : ${{ github.event_name != 'schedule' && github.actor != 'mattab' && github.actor != 'tsteur' && github.actor != 'sgiehl' && github.actor != 'mneudert' && github.actor != 'michalkleiner' && github.actor != 'caddoo'}}
51- uses : actions/github-script@v8
51+ uses : actions/github-script@v9
5252 with :
5353 script : |
5454 core.setFailed('User is not allowed to release.')
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ jobs:
5959 steps :
6060 - name : " Check release password"
6161 if : ${{ inputs.is_preview != true && github.event.inputs.password != env.RELEASE_PASSWORD }}
62- uses : actions/github-script@v8
62+ uses : actions/github-script@v9
6363 with :
6464 script : |
6565 core.setFailed('Release password didn\'t match.')
6666 - name : " Check if user is allowed"
6767 if : ${{ inputs.is_preview != true && github.actor != 'mattab' && github.actor != 'tsteur' && github.actor != 'sgiehl' && github.actor != 'mneudert' && github.actor != 'caddoo' && github.actor != 'nathangavin' && github.actor != 'chippison' && github.actor != 'tzi'}}
68- uses : actions/github-script@v8
68+ uses : actions/github-script@v9
6969 with :
7070 script : |
7171 core.setFailed('User is not allowed to release.')
Original file line number Diff line number Diff line change 4242 shell : bash
4343 - name : " Check CLDR version"
4444 if : steps.cldr.outputs.cldr-version == ''
45- uses : actions/github-script@v8
45+ uses : actions/github-script@v9
4646 with :
4747 script : |
4848 core.setFailed('Unable to find current CLDR version')
You canāt perform that action at this time.
0 commit comments