Skip to content

Commit 8747af1

Browse files
avivkellertargos
authored andcommittedOct 2, 2024
meta: update sccache to v0.8.1
PR-URL: #54720 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f7a606e commit 8747af1

7 files changed

+8
-8
lines changed
 

‎.github/workflows/build-tarball.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up sccache
5353
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
5454
with:
55-
version: v0.8.0
55+
version: v0.8.1
5656
- name: Environment Information
5757
run: npx envinfo
5858
- name: Make tarball
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set up sccache
8383
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
8484
with:
85-
version: v0.8.0
85+
version: v0.8.1
8686
- name: Environment Information
8787
run: npx envinfo
8888
- name: Download tarball

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up sccache
5757
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
5858
with:
59-
version: v0.8.0
59+
version: v0.8.1
6060
- name: Environment Information
6161
run: npx envinfo
6262
- name: Install gcovr

‎.github/workflows/coverage-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up sccache
5757
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
5858
with:
59-
version: v0.8.0
59+
version: v0.8.1
6060
- name: Environment Information
6161
run: npx envinfo
6262
- name: Install gcovr

‎.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up sccache
5858
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
5959
with:
60-
version: v0.8.0
60+
version: v0.8.1
6161
- name: Environment Information
6262
run: npx envinfo
6363
- name: Build

‎.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up sccache
4848
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
4949
with:
50-
version: v0.8.0
50+
version: v0.8.1
5151
- name: Environment Information
5252
run: npx envinfo
5353
- name: Build

‎.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up sccache
5555
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
5656
with:
57-
version: v0.8.0
57+
version: v0.8.1
5858
- name: Environment Information
5959
run: npx envinfo
6060
# The `npm ci` for this step fails a lot as part of the Test step. Run it

‎.github/workflows/test-ubsan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up sccache
5959
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
6060
with:
61-
version: v0.8.0
61+
version: v0.8.1
6262
- name: Environment Information
6363
run: npx envinfo
6464
- name: Build

0 commit comments

Comments
 (0)
Please sign in to comment.