From 39bcd83b08a7a3110ec46a88506d347ff30d546c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:33:17 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/cd-content-update.yml | 2 +- .github/workflows/ci-links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-content-update.yml b/.github/workflows/cd-content-update.yml index 6e86f30ee..321f74f95 100644 --- a/.github/workflows/cd-content-update.yml +++ b/.github/workflows/cd-content-update.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Get the latest release tag id: get_latest_release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const latestRelease = await github.rest.repos.getLatestRelease({ diff --git a/.github/workflows/ci-links.yml b/.github/workflows/ci-links.yml index 29db1d81b..826dcb983 100644 --- a/.github/workflows/ci-links.yml +++ b/.github/workflows/ci-links.yml @@ -57,7 +57,7 @@ jobs: - name: Find or Create Issue id: issue_finder - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: issues } = await github.rest.issues.listForRepo({