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