From ad1ab8cfa4b58f0d3346605d4dd644ea6cdae663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:57:20 +0000 Subject: [PATCH] chore(deps): upgrade actions/github-script action to v9 --- .github/workflows/enforce-pr-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enforce-pr-template.yml b/.github/workflows/enforce-pr-template.yml index 7111c94085..9aa86a6099 100644 --- a/.github/workflows/enforce-pr-template.yml +++ b/.github/workflows/enforce-pr-template.yml @@ -30,7 +30,7 @@ jobs: fi - name: Enforce template - uses: actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |