diff --git a/.github/workflows/build-and-pr.yml b/.github/workflows/build-and-pr.yml index f54f0a9..6965524 100644 --- a/.github/workflows/build-and-pr.yml +++ b/.github/workflows/build-and-pr.yml @@ -95,7 +95,7 @@ jobs: git push origin $BRANCH_NAME - name: Create Pull Request - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: pullRequest } = await github.rest.pulls.create({