diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index bb58394..5a92ca8 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Get PR information id: pr - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: pullRequests } = await github.rest.pulls.list({