Skip to content

Commit 79a8171

Browse files
committed
tools: bump sccache to v0.14.0
1 parent 1523d66 commit 79a8171

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Set up sccache
123123
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
124124
with:
125-
version: v0.12.0
125+
version: v0.14.0
126126
- name: Environment Information
127127
run: npx envinfo
128128
- name: Download tarball

.github/workflows/coverage-linux-without-intl.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.12.0
68+
version: v0.14.0
6969
- name: Environment Information
7070
run: npx envinfo
7171
- name: Install gcovr

.github/workflows/coverage-linux.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.12.0
68+
version: v0.14.0
6969
- name: Environment Information
7070
run: npx envinfo
7171
- name: Install gcovr

.github/workflows/test-internet.yml

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

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up sccache
7373
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
7474
with:
75-
version: v0.12.0
75+
version: v0.14.0
7676
- name: Environment Information
7777
run: npx envinfo
7878
- name: Build

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up sccache
102102
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
103103
with:
104-
version: v0.12.0
104+
version: v0.14.0
105105
- name: Environment Information
106106
run: npx envinfo
107107
# The `npm ci` for this step fails a lot as part of the Test step. Run it

0 commit comments

Comments
 (0)