diff --git a/.github/workflows/pr-target-branch.yml b/.github/workflows/pr-target-branch.yml index 185e031..ce1f2f7 100644 --- a/.github/workflows/pr-target-branch.yml +++ b/.github/workflows/pr-target-branch.yml @@ -22,7 +22,7 @@ jobs: # if it is, comment on the PR and close it. # and set the check as failed. - name: Check PR Branch - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |