From 1078fc03fa72c3ba25fa6e7161b81e8b5e900e58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:41:14 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/link-check-all.yml | 2 +- .github/workflows/link-check-deployment-status.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index c3ad1de..619eac1 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -64,7 +64,7 @@ jobs: >> ${{ inputs.outputFile }} - name: Find latest open Link Check issue - uses: actions/github-script@v6 + uses: actions/github-script@v9 id: find-existing-comment if: always() env: diff --git a/.github/workflows/link-check-deployment-status.yml b/.github/workflows/link-check-deployment-status.yml index 688baa9..424fb63 100644 --- a/.github/workflows/link-check-deployment-status.yml +++ b/.github/workflows/link-check-deployment-status.yml @@ -47,7 +47,7 @@ jobs: -r ${{ github.event.deployment.payload.web_url }} \ >> ${{ inputs.outputFile }} - name: Create or update comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: OUTPUT_FILE: ${{ inputs.outputFile }} with: