Bumps actions/github-script to V8 (#95508)

This commit is contained in:
SyncIt21
2026-03-30 23:45:05 -04:00
committed by GitHub
parent 05a87d88e0
commit dfc5eaf71c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Remove guide comments
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const { removeGuideComments } = await import('${{ github.workspace }}/tools/pull_request_hooks/removeGuideComments.js')