diff --git a/.github/workflows/uptime-healthcheck.yml b/.github/workflows/uptime-healthcheck.yml index c54ce1d..e30421e 100644 --- a/.github/workflows/uptime-healthcheck.yml +++ b/.github/workflows/uptime-healthcheck.yml @@ -59,7 +59,7 @@ jobs: if: failure() steps: - name: Open or update failure issue - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = 'Uptime health check failed';