diff --git a/.github/workflows/pr-policy.yml b/.github/workflows/pr-policy.yml index 1636f92..44e5990 100644 --- a/.github/workflows/pr-policy.yml +++ b/.github/workflows/pr-policy.yml @@ -42,7 +42,7 @@ jobs: - name: Create or update automatic PR summary if: success() && hashFiles('.pr-summary.md') != '' && github.event.pull_request.head.repo.full_name == github.repository - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');