From bc81e512728e59020c1e07f564d968fea0949eb7 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 22 Jan 2026 15:00:08 +0100 Subject: [PATCH] tools: bump sccache to v0.13.0 --- .github/workflows/build-tarball.yml | 2 +- .github/workflows/coverage-linux-without-intl.yml | 2 +- .github/workflows/coverage-linux.yml | 2 +- .github/workflows/test-internet.yml | 2 +- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macos.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 161b7ecac2d274..b1a5b73dba03d8 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -123,7 +123,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - 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 aef4fed2ce322d..bf896615617d30 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -64,7 +64,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - name: Environment Information run: npx envinfo - name: Install gcovr diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index c023618b8d52e4..7e6931280fe9a0 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -64,7 +64,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - name: Environment Information run: npx envinfo - name: Install gcovr diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index 665270b5698fdb..85f1897ef06b2c 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -61,7 +61,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - name: Environment Information run: npx envinfo - name: Build diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 2b99b39ce61222..b2952c0b3212ae 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -71,7 +71,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - name: Environment Information run: npx envinfo - name: Build diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index a2f3652cdf41dd..d8fdcc94155b3e 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -97,7 +97,7 @@ jobs: - name: Set up sccache uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 with: - version: v0.12.0 + version: v0.13.0 - name: Environment Information run: npx envinfo # The `npm ci` for this step fails a lot as part of the Test step. Run it