From 5bebdf6f1e181181359054561c664d44b77d8674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:07:39 +0000 Subject: [PATCH] ci(deps)(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 b7fccfcf9..186eee891 100644 --- a/.github/workflows/process-waitlist-expirations.yml +++ b/.github/workflows/process-waitlist-expirations.yml @@ -51,7 +51,7 @@ jobs: - name: Notify on failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/send-waitlist-reminders.yml b/.github/workflows/send-waitlist-reminders.yml index 455a18e2f..a4f48f688 100644 --- a/.github/workflows/send-waitlist-reminders.yml +++ b/.github/workflows/send-waitlist-reminders.yml @@ -51,7 +51,7 @@ jobs: - name: Notify on failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.create({