chore(deps): update actions/github-script action to v9

This commit is contained in:
renovate[bot]
2026-04-21 21:54:19 +00:00
committed by GitHub
parent 321a0e8540
commit 3aabe6b341
10 changed files with 22 additions and 22 deletions

View File

@@ -300,7 +300,7 @@ jobs:
- name: >-
🎫 Labels Verify Existing
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |
@@ -340,7 +340,7 @@ jobs:
- name: >-
#️⃣ Pull-Request ID Set
id: task_prscan_issue_num_set
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |
@@ -453,7 +453,7 @@ jobs:
- name: >-
☑️ Run Autocheck
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
script: |