diff --git a/.github/workflows/enforce-pr-policy.yaml b/.github/workflows/enforce-pr-policy.yaml index 2718efc..2aac365 100644 --- a/.github/workflows/enforce-pr-policy.yaml +++ b/.github/workflows/enforce-pr-policy.yaml @@ -10,7 +10,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Validate branch name and PR description - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const branch = context.payload.pull_request.head.ref;