From 4692076059e39019308fb699e673d6af9504a7a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:22:19 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/update-command-line-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-command-line-tools.yml b/.github/workflows/update-command-line-tools.yml index 24c1cf7..1030bc9 100644 --- a/.github/workflows/update-command-line-tools.yml +++ b/.github/workflows/update-command-line-tools.yml @@ -67,7 +67,7 @@ jobs: - name: Create Pull Request if: steps.push.outputs.changed == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const branch = '${{ steps.push.outputs.branch }}';