diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index f1afd59..954022a 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -82,7 +82,7 @@ jobs: # steps that rely on this step and others if this step is skipped. - name: Query listPullRequestsAssociatedWithCommit for the PR information if: ${{ github.event_name == 'push' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: get_pr_data with: script: |