diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index c4b9ca46d9..4e2f4c2f89 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR title - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |