Skip to content

Commit 9e958a5

Browse files
committed
meta: update sccache to v0.13.0
1 parent 65df9ad commit 9e958a5

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
@@ -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.13.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.13.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.13.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.13.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.13.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.13.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)