From 6ee4f3e163d7228e4ffd2c377caf733f3a707802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:24:23 +0000 Subject: [PATCH] ci(deps)(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/process-waitlist-expirations.yml | 2 +- .github/workflows/send-waitlist-reminders.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process-waitlist-expirations.yml b/.github/workflows/process-waitlist-expirations.yml index 115cda806..35f319c99 100644 --- a/.github/workflows/process-waitlist-expirations.yml +++ b/.github/workflows/process-waitlist-expirations.yml @@ -69,7 +69,7 @@ jobs: - name: Notify on failure if: steps.run_script.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = 'Waitlist Expiration Job Failed'; diff --git a/.github/workflows/send-waitlist-reminders.yml b/.github/workflows/send-waitlist-reminders.yml index 329430170..4e8dc4589 100644 --- a/.github/workflows/send-waitlist-reminders.yml +++ b/.github/workflows/send-waitlist-reminders.yml @@ -68,7 +68,7 @@ jobs: - name: Notify on failure if: steps.run_script.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = 'Waitlist Reminder Job Failed';