diff --git a/.github/workflows/pr_template_check.yml b/.github/workflows/pr_template_check.yml index 6b7d950e3..2c303cc97 100644 --- a/.github/workflows/pr_template_check.yml +++ b/.github/workflows/pr_template_check.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR description against template - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217', 'dependabot[bot]'];