Skip to content

Commit cfad1d5

Browse files
Renegade334aduh95
authored andcommitted
meta: update sccache to 0.17.0
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk> PR-URL: #64985 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent fbe8861 commit cfad1d5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: github.base_ref == 'main' || github.ref_name == 'main'
8282
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
8383
with:
84-
version: v0.16.0
84+
version: v0.17.0
8585
- name: Download tarball
8686
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8787
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: github.base_ref == 'main' || github.ref_name == 'main'
6161
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
6262
with:
63-
version: v0.16.0
63+
version: v0.17.0
6464
- name: Install gcovr
6565
run: pip install gcovr==7.2
6666
- name: Configure

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: github.base_ref == 'main' || github.ref_name == 'main'
6161
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
6262
with:
63-
version: v0.16.0
63+
version: v0.17.0
6464
- name: Install gcovr
6565
run: pip install gcovr==7.2
6666
- name: Configure

.github/workflows/stress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up sccache
7979
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
8080
with:
81-
version: v0.16.0
81+
version: v0.17.0
8282
# This is needed due to https://github.com/nodejs/build/issues/3878
8383
- name: Cleanup
8484
if: runner.os == 'macOS'

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: github.base_ref == 'main' || github.ref_name == 'main'
5858
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
5959
with:
60-
version: v0.16.0
60+
version: v0.17.0
6161
- name: Build
6262
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
6363
- name: Test Internet

.github/workflows/test-linux-quic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: github.base_ref == 'main' || github.ref_name == 'main'
5858
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
5959
with:
60-
version: v0.16.0
60+
version: v0.17.0
6161
- name: Build
6262
working-directory: node
6363
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --experimental-quic"

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.base_ref == 'main' || github.ref_name == 'main'
6767
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
6868
with:
69-
version: v0.16.0
69+
version: v0.17.0
7070
- name: Build
7171
working-directory: node
7272
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.base_ref == 'main' || github.ref_name == 'main'
6565
uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11
6666
with:
67-
version: v0.16.0
67+
version: v0.17.0
6868
# The `npm ci` for this step fails a lot as part of the Test step. Run it
6969
# now so that we don't have to wait 2 hours for the Build step to pass
7070
# first before that failure happens. (And if there's something about

0 commit comments

Comments
 (0)