ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update actions/github-script action to v9

#165
Closed renovate[bot] wants to merge renovate/actions-github-script-9.x into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/upstream-drift.ymlmodified+1-1
Changes to .github/workflows/upstream-drift.yml
@@ -56,7 +56,7 @@ jobs:
5656 # Only on the scheduled run: a pull request already shows the failure
5757 # in its own checks, and filing an issue there would be noise.
5858 if: failure() && github.event_name == 'schedule'
59 uses: actions/github-script@v7
59 uses: actions/github-script@v9
6060 with:
6161 script: |
6262 const fs = require('fs')