Skip to content

Commit 904d3bb

Browse files
chore(deps): 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 3bed933 commit 904d3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-workflow-approve.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Check if author is a Kubeflow GitHub member
2525
id: membership-check
26-
uses: actions/github-script@v8
26+
uses: actions/github-script@v9
2727
with:
2828
script: |
2929
const username = context.payload.pull_request.user.login;
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Approve Pending Workflow Runs
4747
if: steps.membership-check.outputs.is_member == 'true' || contains(github.event.pull_request.labels.*.name, 'ok-to-test')
48-
uses: actions/github-script@v8
48+
uses: actions/github-script@v9
4949
with:
5050
retries: 3
5151
script: |

0 commit comments

Comments
 (0)