Skip to content

Commit 00c6049

Browse files
[GitHub Actions] 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] <support@github.com>
1 parent f9537cc commit 00c6049

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

ā€Ž.github/workflows/buildvue.ymlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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({

ā€Ž.github/workflows/buildwoff2.ymlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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({

ā€Ž.github/workflows/pr-milestone.ymlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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;

ā€Ž.github/workflows/release-preview.ymlā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.')

ā€Ž.github/workflows/release.ymlā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.')

ā€Ž.github/workflows/update-intl.ymlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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')

0 commit comments

Comments
Ā (0)
⚔