From 3bd16d73bf04c029d29e36c06c9192ee18b23399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:57:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20actions/github-script?= =?UTF-8?q?=20action=20to=20v9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/enforce_pr_title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enforce_pr_title.yml b/.github/workflows/enforce_pr_title.yml index b3b278e..53a0bd3 100644 --- a/.github/workflows/enforce_pr_title.yml +++ b/.github/workflows/enforce_pr_title.yml @@ -20,7 +20,7 @@ jobs: - id: enforce_title name: Set PR title to branch name if: github.event.pull_request.title != github.event.pull_request.head.ref - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.pulls.update({