Skip to content

Commit 4f1ab8c

Browse files
authored
tools: update sccache to v0.12.0
PR-URL: #60723 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 6f0d104 commit 4f1ab8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up sccache
9090
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
9191
with:
92-
version: v0.10.0
92+
version: v0.12.0
9393
- name: Environment Information
9494
run: npx envinfo
9595
- name: Download tarball

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up sccache
6565
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6666
with:
67-
version: v0.10.0
67+
version: v0.12.0
6868
- name: Environment Information
6969
run: npx envinfo
7070
- name: Install gcovr

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up sccache
6565
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6666
with:
67-
version: v0.10.0
67+
version: v0.12.0
6868
- name: Environment Information
6969
run: npx envinfo
7070
- name: Install gcovr

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up sccache
6262
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6363
with:
64-
version: v0.10.0
64+
version: v0.12.0
6565
- name: Environment Information
6666
run: npx envinfo
6767
- name: Build

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up sccache
6565
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6666
with:
67-
version: v0.10.0
67+
version: v0.12.0
6868
- name: Environment Information
6969
run: npx envinfo
7070
- name: Build

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up sccache
6666
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6767
with:
68-
version: v0.10.0
68+
version: v0.12.0
6969
- name: Environment Information
7070
run: npx envinfo
7171
# The `npm ci` for this step fails a lot as part of the Test step. Run it

0 commit comments

Comments
 (0)