Skip to content

Commit bc81e51

Browse files
committed
tools: bump sccache to v0.13.0
1 parent 363758c commit bc81e51

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
@@ -123,7 +123,7 @@ jobs:
123123
- name: Set up sccache
124124
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
125125
with:
126-
version: v0.12.0
126+
version: v0.13.0
127127
- name: Environment Information
128128
run: npx envinfo
129129
- 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.12.0
67+
version: v0.13.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.12.0
67+
version: v0.13.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.12.0
64+
version: v0.13.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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up sccache
7272
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
7373
with:
74-
version: v0.12.0
74+
version: v0.13.0
7575
- name: Environment Information
7676
run: npx envinfo
7777
- name: Build

.github/workflows/test-macos.yml

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

0 commit comments

Comments
 (0)