Skip to content

Commit 9947af4

Browse files
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 5ff67c8 commit 9947af4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backport_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515

1616
steps:
17-
- uses: actions/github-script@v8
17+
- uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const labelName = 'defer backport';

.github/workflows/label-base-on-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check PR title and add label if it matches prefixes
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
continue-on-error: true
1717
with:
1818
script: |

.github/workflows/review-po-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: python .github/helper/po_pr_review.py
4848

4949
- name: Post PO review comments
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
script: |
5353
const fs = require("fs");

0 commit comments

Comments
 (0)