Skip to content

Commit 16529c1

Browse files
committed
tools: update sccache and sccache-action
Respectively to v0.9.1 and v0.0.7. PR-URL: #56815 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3beac87 commit 16529c1

7 files changed

+14
-14
lines changed

.github/workflows/build-tarball.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
with:
5151
python-version: ${{ env.PYTHON_VERSION }}
5252
- name: Set up sccache
53-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
53+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
5454
with:
55-
version: v0.8.1
55+
version: v0.9.1
5656
- name: Environment Information
5757
run: npx envinfo
5858
- name: Make tarball

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
5858
- name: Set up sccache
59-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
59+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
6060
with:
61-
version: v0.8.1
61+
version: v0.9.1
6262
- name: Environment Information
6363
run: npx envinfo
6464
- name: Install gcovr

.github/workflows/coverage-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
5858
- name: Set up sccache
59-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
59+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
6060
with:
61-
version: v0.8.1
61+
version: v0.9.1
6262
- name: Environment Information
6363
run: npx envinfo
6464
- name: Install gcovr

.github/workflows/test-asan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}
5757
- name: Set up sccache
58-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
58+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
5959
with:
60-
version: v0.8.1
60+
version: v0.9.1
6161
- name: Environment Information
6262
run: npx envinfo
6363
- name: Build

.github/workflows/test-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848
- name: Set up sccache
49-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
49+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
5050
with:
51-
version: v0.8.1
51+
version: v0.9.1
5252
- name: Environment Information
5353
run: npx envinfo
5454
- name: Build

.github/workflows/test-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
with:
5858
python-version: ${{ env.PYTHON_VERSION }}
5959
- name: Set up sccache
60-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
60+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
6161
with:
62-
version: v0.8.1
62+
version: v0.9.1
6363
- name: Environment Information
6464
run: npx envinfo
6565
# The `npm ci` for this step fails a lot as part of the Test step. Run it

.github/workflows/test-ubsan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
5858
- name: Set up sccache
59-
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
59+
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
6060
with:
61-
version: v0.8.1
61+
version: v0.9.1
6262
- name: Environment Information
6363
run: npx envinfo
6464
- name: Build

0 commit comments

Comments
 (0)