From e821ddc5509a428ccebbe443e11d3a6988606b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:04:07 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/node-test-mysql.yml | 2 +- .github/workflows/node-test-parallel.yml | 2 +- .github/workflows/node-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-test-mysql.yml b/.github/workflows/node-test-mysql.yml index 9932548..e6badab 100644 --- a/.github/workflows/node-test-mysql.yml +++ b/.github/workflows/node-test-mysql.yml @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4 - name: Calculate Architecture - uses: actions/github-script@v7 + uses: actions/github-script@v9 id: calculate_architecture with: result-encoding: string diff --git a/.github/workflows/node-test-parallel.yml b/.github/workflows/node-test-parallel.yml index 9658900..636101a 100644 --- a/.github/workflows/node-test-parallel.yml +++ b/.github/workflows/node-test-parallel.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v4 - name: Calculate Architecture - uses: actions/github-script@v7 + uses: actions/github-script@v9 id: calculate_architecture with: result-encoding: string diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 5834c6c..6786098 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4 - name: Calculate Architecture - uses: actions/github-script@v7 + uses: actions/github-script@v9 id: calculate_architecture with: result-encoding: string