Skip to content

Commit bb07951

Browse files
chore(deps): bump mozilla-actions/sccache-action
Bumps the github-actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.7 to 0.0.8 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f29c585 commit bb07951

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
fetch-depth: 0
193193
- name: Install sccache
194-
uses: mozilla-actions/[email protected].7
194+
uses: mozilla-actions/[email protected].9
195195

196196
- name: Setup Environment (PR)
197197
if: ${{ github.event_name == 'pull_request' }}
@@ -223,7 +223,7 @@ jobs:
223223
- uses: dtolnay/rust-toolchain@stable
224224
with:
225225
components: rustfmt
226-
- uses: mozilla-actions/[email protected].7
226+
- uses: mozilla-actions/[email protected].9
227227
- uses: taiki-e/install-action@cargo-make
228228
- run: cargo make format-check
229229

@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
toolchain: nightly-2024-11-30
242242
- name: Install sccache
243-
uses: mozilla-actions/[email protected].7
243+
uses: mozilla-actions/[email protected].9
244244

245245
- name: Docs
246246
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -259,7 +259,7 @@ jobs:
259259
with:
260260
components: clippy
261261
- name: Install sccache
262-
uses: mozilla-actions/[email protected].7
262+
uses: mozilla-actions/[email protected].9
263263

264264
# TODO: We have a bunch of platform-dependent code so should
265265
# probably run this job on the full platform matrix
@@ -286,7 +286,7 @@ jobs:
286286
with:
287287
toolchain: ${{ env.MSRV }}
288288
- name: Install sccache
289-
uses: mozilla-actions/[email protected].7
289+
uses: mozilla-actions/[email protected].9
290290

291291
- name: Check MSRV all features
292292
run: |

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: nightly-2024-11-30
3636
- name: Install sccache
37-
uses: mozilla-actions/[email protected].7
37+
uses: mozilla-actions/[email protected].9
3838

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

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070

7171
- name: Install sccache
72-
uses: mozilla-actions/[email protected].7
72+
uses: mozilla-actions/[email protected].9
7373

7474
- name: Select features
7575
run: |
@@ -202,7 +202,7 @@ jobs:
202202
}
203203
204204
- name: Install sccache
205-
uses: mozilla-actions/[email protected].7
205+
uses: mozilla-actions/[email protected].9
206206

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

0 commit comments

Comments
 (0)