Skip to content

Commit b06117f

Browse files
chore(deps): bump mozilla-actions/sccache-action
Bumps the github-actions group with 1 update in the / directory: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `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@v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c952d5 commit b06117f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
fetch-depth: 0
198198
- name: Install sccache
199-
uses: mozilla-actions/sccache-action@v0.0.9
199+
uses: mozilla-actions/sccache-action@v0.0.10
200200

201201
- name: Setup Environment (PR)
202202
if: ${{ github.event_name == 'pull_request' }}
@@ -228,7 +228,7 @@ jobs:
228228
- uses: dtolnay/rust-toolchain@stable
229229
with:
230230
components: rustfmt
231-
- uses: mozilla-actions/sccache-action@v0.0.9
231+
- uses: mozilla-actions/sccache-action@v0.0.10
232232
- uses: taiki-e/install-action@cargo-make
233233
- run: cargo make format-check
234234

@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
toolchain: nightly-2025-10-09
247247
- name: Install sccache
248-
uses: mozilla-actions/sccache-action@v0.0.9
248+
uses: mozilla-actions/sccache-action@v0.0.10
249249

250250
- name: Docs
251251
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
components: clippy
266266
- name: Install sccache
267-
uses: mozilla-actions/sccache-action@v0.0.9
267+
uses: mozilla-actions/sccache-action@v0.0.10
268268

269269
# TODO: We have a bunch of platform-dependent code so should
270270
# probably run this job on the full platform matrix
@@ -291,7 +291,7 @@ jobs:
291291
with:
292292
toolchain: ${{ env.MSRV }}
293293
- name: Install sccache
294-
uses: mozilla-actions/sccache-action@v0.0.9
294+
uses: mozilla-actions/sccache-action@v0.0.10
295295

296296
- name: Check MSRV all features
297297
run: |

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: nightly-2025-10-09
3636
- name: Install sccache
37-
uses: mozilla-actions/sccache-action@v0.0.9
37+
uses: mozilla-actions/sccache-action@v0.0.10
3838

3939
- name: Generate Docs
4040
run: cargo doc --workspace --all-features --no-deps

.github/workflows/patchbay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@v6
3030
- uses: dtolnay/rust-toolchain@stable
31-
- uses: mozilla-actions/sccache-action@v0.0.9
31+
- uses: mozilla-actions/sccache-action@v0.0.10
3232
- name: Install cargo-make and cargo-nextest
3333
uses: taiki-e/install-action@v2
3434
with:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
tool: nextest@0.9.80
7070

7171
- name: Install sccache
72-
uses: mozilla-actions/sccache-action@v0.0.9
72+
uses: mozilla-actions/sccache-action@v0.0.10
7373

7474
- name: Select features
7575
run: |
@@ -202,7 +202,7 @@ jobs:
202202
}
203203
204204
- name: Install sccache
205-
uses: mozilla-actions/sccache-action@v0.0.9
205+
uses: mozilla-actions/sccache-action@v0.0.10
206206

207207
- uses: msys2/setup-msys2@v2
208208

0 commit comments

Comments
 (0)