diff --git a/.github/workflows/update-all-prs.yml b/.github/workflows/update-all-prs.yml index 6ee1a00..d166480 100644 --- a/.github/workflows/update-all-prs.yml +++ b/.github/workflows/update-all-prs.yml @@ -12,7 +12,7 @@ jobs: - id: select-pull-requests name: Select PRs older than 14 days - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const pullRequests = require("./.github/actions/pull-requests"); @@ -24,7 +24,7 @@ jobs: - if: steps.select-pull-requests.outputs.result name: Unlabel old enough PRs as "new" - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const pullRequests = require("./.github/actions/pull-requests");