Skip to content

Commit dd0dcff

Browse files
chore(deps): bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 (#1199)
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@7d986dd...9e7fa8a) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c37ba9 commit dd0dcff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: mise install --locked
102102

103103
- name: Configure GHA sccache backend
104-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
104+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
105105

106106
- name: Cache Rust target and registry
107107
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

.github/workflows/shadow-rust-native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Configure GHA sccache backend
167167
# Exposes ACTIONS_CACHE_URL / ACTIONS_RUNTIME_TOKEN so sccache (wrapped
168168
# around rustc via mise's RUSTC_WRAPPER) can initialize the GHA cache.
169-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
169+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
170170

171171
- name: Cache Rust target and registry
172172
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

.github/workflows/shadow-shared-cpu-spike.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# initialize the GHA cache. Without this, sccache fails at startup with
5858
# "cache url for ghac not found". The action also installs its own
5959
# sccache binary; harmless since mise's sccache remains on PATH.
60-
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
60+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
6161

6262
- name: Cache Rust target and registry
6363
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

0 commit comments

Comments
 (0)