diff --git a/.github/workflows/title-formatter.yml b/.github/workflows/title-formatter.yml index a18bf05b..97503a97 100644 --- a/.github/workflows/title-formatter.yml +++ b/.github/workflows/title-formatter.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Format PR Title from Labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo } = context.repo;