diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 53cee45..d839848 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get PR info id: pr - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = await github.rest.pulls.get({