From 69ebce0c1ae9a559036cd0030798f57436eb2cb2 Mon Sep 17 00:00:00 2001 From: RedYetiDev <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:33:24 -0400 Subject: [PATCH] meta: update sccache to v0.8.1 --- .github/workflows/build-tarball.yml | 4 ++-- .github/workflows/coverage-linux-without-intl.yml | 2 +- .github/workflows/coverage-linux.yml | 2 +- .github/workflows/test-asan.yml | 2 +- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macos.yml | 2 +- .github/workflows/test-ubsan.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 72b638cd0be1..fdfc2c059fa8 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 757c479dbb56..e4141b076080 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 c97253621c8d..c2451205101b 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 cd0416658fff..1a6f857cc6bd 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 8789322522ce..2a06e5e59410 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 c64676978d11..f95c5cf5cf35 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 12ca68c064b9..eb8d662eae35 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