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 || '');