mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
chore(deps): update actions/github-script action to v9
This commit is contained in:
6
.github/workflows/issues-scan.yml
vendored
6
.github/workflows/issues-scan.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user