diff --git a/.github/workflows/auto-copilot.yml b/.github/workflows/auto-copilot.yml index f8f4b00..be4f91e 100644 --- a/.github/workflows/auto-copilot.yml +++ b/.github/workflows/auto-copilot.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Mark PR as ready for review if: github.event.pull_request.draft - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.graphql(` @@ -33,7 +33,7 @@ jobs: run: sleep 30 - name: Approve pending workflow runs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: runs } = await github.rest.actions.listWorkflowRunsForRepo({