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';