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