From 52f28e3f1abd37acd7be9d19478893c9b274128f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:59:11 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/reusable-build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-native.yml b/.github/workflows/reusable-build-native.yml index c987425..58257d4 100644 --- a/.github/workflows/reusable-build-native.yml +++ b/.github/workflows/reusable-build-native.yml @@ -47,7 +47,7 @@ jobs: - name: Expose GHA cache tokens to vcpkg (Windows) if: runner.os == 'Windows' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');