diff --git a/.github/workflows/test-shared.yml b/.github/workflows/test-shared.yml index c746b2d75e9fde..34104d1db676b8 100644 --- a/.github/workflows/test-shared.yml +++ b/.github/workflows/test-shared.yml @@ -176,7 +176,7 @@ jobs: - name: Configure sccache if: github.base_ref == 'main' || github.ref_name == 'main' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | core.exportVariable('SCCACHE_GHA_ENABLED', 'on');