From f8a5f894a86b6145b86143888f7ea1fe3d9ccbb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:19:30 -0500 Subject: [PATCH] chore(deps): update actions/github-script action to v9 (#5483) --- .github/workflows/docs-governance.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs-governance.yml b/.github/workflows/docs-governance.yml index dca5157b4..f4709e358 100644 --- a/.github/workflows/docs-governance.yml +++ b/.github/workflows/docs-governance.yml @@ -57,7 +57,7 @@ jobs: - name: Post warning comment if: steps.changed.outputs.stale == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const viewsChanged = `${{ steps.changed.outputs.views_changed }}`.trim(); @@ -124,7 +124,7 @@ jobs: - name: Dismiss stale comment when docs are updated if: steps.changed.outputs.stale == 'false' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data: comments } = await github.rest.issues.listComments({ @@ -267,7 +267,7 @@ jobs: - name: Post preview advisory if: steps.changed.outputs.preview_stale == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const uiChanged = `${{ steps.changed.outputs.ui_changed }}`.trim(); @@ -325,7 +325,7 @@ jobs: - name: Post screenshot advisory if: steps.changed.outputs.screenshot_stale == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const previewChanged = `${{ steps.changed.outputs.preview_changed }}`.trim(); @@ -379,7 +379,7 @@ jobs: if: >- steps.changed.outputs.preview_stale == 'false' && steps.changed.outputs.screenshot_stale == 'false' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data: comments } = await github.rest.issues.listComments({