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({