diff --git a/.github/workflows/pr_template_check.yml b/.github/workflows/pr_template_check.yml index 57db79ecc..187c7e307 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]', 'weblate'];