tools: update sccache to v0.12.0 · nodejs/node@8ea73ff · GitHub
Skip to content

Commit 8ea73ff

Browse files
targosRafaelGSS
authored andcommitted
tools: update sccache to v0.12.0
PR-URL: #60723 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 3e84428 commit 8ea73ff

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion

.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

0 commit comments

Comments
 (0)