[Manual MIRROR] update dependencies (#12726)

This commit is contained in:
Kashargul
2026-05-03 20:35:02 +02:00
committed by GitHub
parent e66d20aad6
commit 952196b115
53 changed files with 210 additions and 153 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
- name: Remove guide comments
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const { removeGuideComments } = await import('${{ github.workspace }}/tools/pull_request_hooks/removeGuideComments.js')