diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 72b638cd0be1a2..fdfc2c059fa89a 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -52,7 +52,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Make tarball @@ -82,7 +82,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Download tarball diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index 757c479dbb564a..e4141b0760802e 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -56,7 +56,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Install gcovr diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index c97253621c8dcb..c2451205101b63 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -56,7 +56,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Install gcovr diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml index cd0416658fff0c..1a6f857cc6bd67 100644 --- a/.github/workflows/test-asan.yml +++ b/.github/workflows/test-asan.yml @@ -57,7 +57,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Build diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 8789322522ce43..2a06e5e594101b 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -47,7 +47,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Build diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index c64676978d11fa..f95c5cf5cf3569 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -54,7 +54,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo # The `npm ci` for this step fails a lot as part of the Test step. Run it diff --git a/.github/workflows/test-ubsan.yml b/.github/workflows/test-ubsan.yml index 12ca68c064b912..eb8d662eae351e 100644 --- a/.github/workflows/test-ubsan.yml +++ b/.github/workflows/test-ubsan.yml @@ -58,7 +58,7 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 with: - version: v0.8.0 + version: v0.8.1 - name: Environment Information run: npx envinfo - name: Build