diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 156a491..a490426 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,7 +25,7 @@ jobs: - name: Broken Links Report if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');