diff --git a/.github/workflows/autochangelog.yml b/.github/workflows/autochangelog.yml index f65f952601..8d18d3f1d6 100644 --- a/.github/workflows/autochangelog.yml +++ b/.github/workflows/autochangelog.yml @@ -28,7 +28,7 @@ jobs: APP_ID: ${{ secrets.APP_ID }} - name: Run auto changelog - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { processAutoChangelog } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoChangelog.js') diff --git a/.github/workflows/remove_guide_comments.yml b/.github/workflows/remove_guide_comments.yml index 4bbc0c6025..2c90cf4420 100644 --- a/.github/workflows/remove_guide_comments.yml +++ b/.github/workflows/remove_guide_comments.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - 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')