From 5f917f77af6b80ea110a6417df28d12f531215b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:10:38 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .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..6bfda3d 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@v8 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..2cddcac 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@v8 id: calculate_architecture with: result-encoding: string diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 5834c6c..df5429a 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@v8 id: calculate_architecture with: result-encoding: string