From 8e02b354d520cac6bd598ced70ae0ef0b94544da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:01:02 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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] --- .github/workflows/kpromo-reminder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kpromo-reminder.yaml b/.github/workflows/kpromo-reminder.yaml index 76e4add53c..a86ebd5b62 100644 --- a/.github/workflows/kpromo-reminder.yaml +++ b/.github/workflows/kpromo-reminder.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const { owner, repo } = context.repo;